RFR(XXS): 8223397: gc+promotion log lines are missing the GC id

Tony Printezis tprintezis at twitter.com
Mon May 6 17:27:37 UTC 2019


Trivial one-line change:

http://cr.openjdk.java.net/~tonyp/8223397/webrev.0/

Was there a reason why gc+promotion was not added to LOG_PREFIX_LIST in the
first place?


Before:

[59.899s][info ][gc,task          ] GC(17) Using 18 workers of 18 for
evacuation

[61.934s][info ][gc,promotion     ] Promotion failed

[61.934s][info ][gc               ] GC(17) Pause Young (Allocation Failure)
3948M->4555M(4557M) 2035.171ms


After:

[55.339s][info ][gc,task          ] GC(17) Using 18 workers of 18 for
evacuation

[57.383s][info ][gc,promotion     ] GC(17) Promotion failed

[57.383s][info ][gc               ] GC(17) Pause Young (Allocation Failure)
3944M->4556M(4557M) 2044.354ms


Thanks,

Tony

—————
Tony Printezis | @TonyPrintezis | tprintezis at twitter.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20190506/861f15b7/attachment.htm>


More information about the hotspot-gc-dev mailing list