Relates :
|
The RedefineClasses merges constant pools in the VM_RedefineClasses::merge_constant_pools(). If an entry in new version of the class does not match an entry in the old version, it is appended by the call to the append_entry() function. This function must also support the invokedynamic kinds of entries: JVM_CONSTANT_MethodType JVM_CONSTANT_MethodHandle JVM_CONSTANT_InvokeDynamic
|