mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8006731: JSR 292: the VM_RedefineClasses::rewrite_cp_refs_in_method() must support invokedynamic
The invokedynamic bytecode ref to a CP entry needs to be checked and fixed as well. Reviewed-by: coleenp, twisti
This commit is contained in:
parent
da8ccb9375
commit
932c29e08e
1 changed files with 1 additions and 0 deletions
|
@ -1542,6 +1542,7 @@ void VM_RedefineClasses::rewrite_cp_refs_in_method(methodHandle method,
|
|||
case Bytecodes::_getfield : // fall through
|
||||
case Bytecodes::_getstatic : // fall through
|
||||
case Bytecodes::_instanceof : // fall through
|
||||
case Bytecodes::_invokedynamic : // fall through
|
||||
case Bytecodes::_invokeinterface: // fall through
|
||||
case Bytecodes::_invokespecial : // fall through
|
||||
case Bytecodes::_invokestatic : // fall through
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue