JDK-8353291 : Release Note: Class files provided with the JVMTI ClassFileLoadHook event are verified
Type:Sub-task
Component:hotspot
Sub-Component:runtime
Priority:P4
Status:New
Resolution:Unresolved
Submitted:2025-03-31
Updated:2025-03-31
Description
When providing a class with JVMTI `ClassFileLoadHook`, the new bytecodes are verified with the Class File Verifier regardless of the setting of the deprecated `-Xverify` option.