JDK-7043287 : Allocate array of primitive type meta-data to per class loader arena.
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs22
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2011-05-09
  • Updated: 2012-09-04
  • Resolved: 2012-09-04
Related Reports
Duplicate :  
Description
Implement the per class loader arena meta-data allocations with the allocation of an
array of primitives in the arena.  Reclaim the arena when the class loader dies.

Comments
EVALUATION This is fixed with 6964458: Reimplement class meta-data storage to use native memory Contributed-by: stefank
04-09-2012