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?
- relates to
-
JDK-8345899 Release Note: RedefineClasses verifies the redefined classes
-
- Resolved
-
-
JDK-8330606 Redefinition doesn't but should verify the new klass
-
- Resolved
-
-
JDK-8341094 Clean up relax_verify in ClassFileParser
-
- Resolved
-
- links to
-
Review(master) openjdk/jdk/22617