JDK-7036837 : cardtable interface and class hierarchy simplification
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs21
  • Priority: P4
  • Status: Closed
  • Resolution: Won't Fix
  • OS: generic
  • CPU: generic
  • Submitted: 2011-04-14
  • Updated: 2016-02-19
  • Resolved: 2016-02-19
Related Reports
Relates :  
Relates :  
Relates :  
Relates :  
Description
Many of the cardtable interfaces and class hierarchy were designed
at a time when HotSpot was still growing up and designed  as a vehicle
for research and evolution. This has, however, resulted in much avoidable
cruft and convoluted class hierarchies that serve no real purpose
in a commercial product JVM. They make code comprehension and
maintenance expensive and can also make finding, diagnosing and
finding bugs difficult, as well as leaving performance on the table.

This CR is aimed at cleaning up this accumulated cruft from the
classes. See comments section for the specific details.

Comments
EVALUATION Yes.
14-04-2011