JDK-7045397 : NPG: Add freelists to class loader arenas.
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs24,hs25
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-05-16
  • Updated: 2013-04-30
  • Resolved: 2012-10-24
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.

To download the current JDK release, click here.
JDK 8 Other
8Fixed hs25Fixed
Related Reports
Relates :  
Description
If redefined class metadata are allocated in class loader arenas, maintain a freelist
of holes in an arena for metadata that has been redefined and is no longer in use.
May also be used to reduce arena wastage for class loaders that do not use an arena
fully.