JDK-7027766 : G1: introduce flag to dump the liveness information per region at the end of marking
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs20,hs21
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2011-03-15
  • Updated: 2013-09-18
  • Resolved: 2011-04-25
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 Other
7Fixed hs21Fixed
Related Reports
Duplicate :  
Description
We would like to have a flag in G1 that dumps the per-region liveness information at the end of marking. This will give us a better understand of how garbage objects are spread out throughout the heap and help us identify issues with the policy that decides how long to keep doing partially-young pauses before reverting to fully-young.

Comments
EVALUATION http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/371bbc844bf1
04-04-2011

EVALUATION See Description.
15-03-2011