JDK-8345899 : Release Note: RedefineClasses verifies the redefined classes
Type:Sub-task
Component:hotspot
Sub-Component:jvmti
Affected Version:24
Priority:P4
Status:Resolved
Resolution:Delivered
Submitted:2024-12-10
Updated:2025-02-07
Resolved:2025-02-07
The Version table provides details related to the release that this issue/RFE will be addressed.
Unresolved : Release in which this issue/RFE will be addressed. Resolved: Release in which this issue/RFE has been resolved. Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.
When redefining a class with JVMTI `RedefineClasses`, the new bytecodes are verified with the Class File Verifier regardless of the setting of the deprecated `-Xverify` option.