mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
6939203: JSR 292 needs method handle constants
Add new CP types CONSTANT_MethodHandle, CONSTANT_MethodType; extend 'ldc' bytecode. Reviewed-by: twisti, never
This commit is contained in:
parent
154ae789ef
commit
1f4cfb029b
60 changed files with 1549 additions and 378 deletions
|
@ -779,7 +779,7 @@ Handle SharedRuntime::find_callee_info_helper(JavaThread* thread,
|
|||
|
||||
// Find bytecode
|
||||
Bytecode_invoke* bytecode = Bytecode_invoke_at(caller, bci);
|
||||
bc = bytecode->adjusted_invoke_code();
|
||||
bc = bytecode->java_code();
|
||||
int bytecode_index = bytecode->index();
|
||||
|
||||
// Find receiver for non-static call
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue