RFR (XS) 8215221: Serial GC misreports young GC time

Aleksey Shipilev shade at redhat.com
Tue Dec 11 20:23:47 UTC 2018


Bug:
  https://bugs.openjdk.java.net/browse/JDK-8215221

One of our guys pointed out the oddity in Serial GC logs: "Pause Young" includes the timing for Full
collection, and wrecks up GCId order as well. This is because GCTraceTime-s are nested on those
paths, and putting them in proper order, closer to collect_generation, fixes it.

The downside is that some of the cleanup actions are now outside the GCTraceTime. Those look
innocuous to omit to me, though.

Fix:
  http://cr.openjdk.java.net/~shade/8215221/webrev.01/

Testing: hotspot tier1, eyeballing GC logs, jdk-submit (running)

Thanks,
-Aleksey

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 833 bytes
Desc: OpenPGP digital signature
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20181211/d8243749/signature.asc>


More information about the hotspot-gc-dev mailing list