Relates :
|
|
Relates :
|
We notice after JDK-8341094 and JDK-8330606, class verification is always done for a redefined class even when verification is disabled (both BytecodeVerificationLocal and BytecodeVerificationRemote are false). Should that be an expected behavior? Or we can still elide verification for a redefined class when verification is explicitly disabled?
|