JDK-7169322 : Move list of java_lang_Class mirrors to back to the Java class loader object
Type:Enhancement
Component:hotspot
Sub-Component:runtime
Affected Version:8
Priority:P4
Status:Closed
Resolution:Duplicate
OS:generic
CPU:generic
Submitted:2012-05-16
Updated:2012-12-19
Resolved:2012-12-19
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.
The list of class mirrors was moved from the class loader to the ClassLoaderData
(list in C++ code). Consider moving it back to the class loader to simplify
GC and possible tools support.