JDK-8242007 : Cache custom class loader constraints to avoid re-initializing itable/vtable for shared classes
Type:Enhancement
Component:hotspot
Sub-Component:runtime
Affected Version:15
Priority:P4
Status:Open
Resolution:Unresolved
Submitted:2020-04-01
Updated:2024-06-20
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.
This is a followup work for JDK-8178349 which cache builtin class loader constraints to avoid call v/i table initialization, to implement same for custom loader.