JDK-8189737 : Make HeapRegion not derive from Space
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 10
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2017-10-20
  • Updated: 2019-11-14
  • Resolved: 2019-11-08
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 14
14 b23Fixed
Related Reports
Blocks :  
Blocks :  
Description
Since the G1 Full GC no longer depends on the MarkSweep Full GC the need for HeapRegion to derive from Space could be revisited. 

I don't see any big reason why we want to keep this hierarchy.  
Comments
URL: https://hg.openjdk.java.net/jdk/jdk/rev/47c20fc6a517 User: tschatzl Date: 2019-11-08 09:08:44 +0000
08-11-2019