Please, review the fix for (it was already reviewed by Christian):
https://jbs.oracle.com/bugs/browse/JDK-8006731
Open webrev:
http://cr.openjdk.java.net/~sspitsyn/webrevs/2013/hotspot/8006731-JVMTI-JSR292.0
Summary:
The invokedynamic bytecode ref to a CP entry needs to be checked and
fixed as well.
Take the interpreter/rewrite.cpp::Rewriter::rewrite_invokedynamic()
as an example.
Testing: nsk.jvmti.testlist, nsk.jdi.testlist, nsk.jdwp.testlist,
vm/mlvm/indy/func/jvmti/redefineClassInBootstrap
Thanks,
Serguei