RFR: 8359110: Log accumulated GC and process CPU time upon VM exit [v2]

Thomas Schatzl tschatzl at openjdk.org
Thu Jun 12 13:56:28 UTC 2025


On Thu, 12 Jun 2025 13:39:56 GMT, Thomas Schatzl <tschatzl at openjdk.org> wrote:

> Fwiw, I would prefer to have one message containing all the information, and add the `exit` tag. This decreases clutter (timestamp and tags), and allows direct selection of that message.

Also reduces the amount of parsing needed in scripts etc. (I.e. three regexps vs. one). These three values are not really too much to digest for human readers.

Another problem seems to be the large amount of digits after the comma for the times; maybe use a different time scale (ms/us).

-------------

PR Comment: https://git.openjdk.org/jdk/pull/25779#issuecomment-2966846342


More information about the hotspot-runtime-dev mailing list