JDK-6950791 : The top of the GC log should contain information about the run / JVM
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: hs18
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2010-05-07
  • Updated: 2020-09-24
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.
Other
tbdUnresolved
Related Reports
Relates :  
Description
It would be very convenient in many cases if the top of the GC log contained some helpful information about the run / JVM including JVM / HotSpot version, start time, command line parameters etc. This way, if we get a GC log we would immediately know some information about how it was obtained (that's information we usually ask the customers to provide separately).

If we adopt 6950787 and split the GC log into more than one segments, each segments should contain the above information.

Comments
And also -Xlog:gc+init
24-09-2020

Parts of this functionality are already covered by -Xloggc.
29-09-2014