Please, review the fix for (it was already reviewed by Christian):
https://jbs.oracle.com/bugs/browse/JDK-8006546
Open webrev:
http://cr.openjdk.java.net/~sspitsyn/webrevs/2013/hotspot/8006546-JVMTI-JSR292.0
Summary:
The copy_operands() does the same copy frrom dest cpool twice in two
places.
Instead, it must copy once from dest and once from source cpool.
It would make it consistent with the comments.
Testing: nsk.jvmti.testlist, nsk.jdi.testlist, nsk.jdwp.testlist,
vm/mlvm/indy/func/jvmti/redefineClassInBootstrap
Thanks,
Serguei