JDK-8075233 : Remove SharedHeap
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: 9
  • Priority: P4
  • Status: Resolved
  • Resolution: Duplicate
  • Submitted: 2015-03-16
  • Updated: 2017-01-20
  • Resolved: 2017-01-20
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 10
10Resolved
Related Reports
Duplicate :  
Relates :  
Description
The SharedHeap class does not contain a large amount of code and the use of inheritance to share functionality is not really good practice.

Move the last pieces of code out of SharedHeap to G1/GenCollectedHeap and remove the class altogether.