JDK-6694351 : G1: add concurrent marking verboseness when -verbosegc or -XX:+PrintGCDetails are set
  • Type: Bug
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs14
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2008-04-25
  • Updated: 2013-09-18
  • Resolved: 2009-02-13
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 6 JDK 7 Other
6u14Fixed 7Fixed hs14Fixed
Description
G1 currently does generate and GC output on the phases of concurrent marking when -verbosegc or -XX:+PrintGCDetails are set.

Comments
SUGGESTED FIX When -verbosegc or -XX:+PrintGCDetails are set, G1 will also report the phases of concurrent marking. *** (#1 of 1): [ UNSAVED ] ###@###.###
25-04-2008

EVALUATION It is useful to have verboseness information on what the concurrent marking phase is doing to be able to spot issues and abnormalities when they occur.
25-04-2008