JDK-7045232 : G1: pool names are inconsistent with other collectors (don't have 'Space')
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs21,6
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-05-16
  • Updated: 2013-10-04
  • Resolved: 2012-01-23
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 7 JDK 8 Other
7u2Fixed 8Fixed hs22Fixed
Description
tmtools/jstat/shareGC/MemoryPoolsDataProvidingDebuggee.java expects Eden space and Survivor space memory bean names (returned by getName()) to contain the word "Space" in them. G1 beans don't have that

Comments
EVALUATION See main CR
22-10-2011

EVALUATION http://hg.openjdk.java.net/hsx/hsx22/hotspot/rev/2115638addd2
12-10-2011

EVALUATION http://hg.openjdk.java.net/hsx/hotspot-gc/hotspot/rev/114e52976463
21-09-2011

SUGGESTED FIX Rename eden memory pool to "G1 Eden Space" and survivor memory pool to "G1 Survivor Space".
21-09-2011

EVALUATION See Description and Suggested Fix.
21-09-2011