JEP 271: Unified GC Logging - First pre-review
Kirk Pepperdine
kirk at kodewerk.com
Tue Oct 27 14:45:41 UTC 2015
>
> I've found a workaround for this issue. Now the start tag is added at the end of the list:
>
> [1.504s][info ][gc,start ] GC#3 GC (Allocation Failure) DefNew (1.504s)
> [1.504s][info ][gc,start ] GC#4 Full GC (Allocation Failure) (1.504s)
> [2.368s][info ][gc ] GC#4 Full GC (Allocation Failure) end 93M->59M(123M) (1.504s, 2.368s) 864.403ms
> [2.368s][info ][gc,heap ] GC#3 def new generation: 36839K->0K(39296K)
> [2.368s][info ][gc,heap ] GC#3 tenured generation: 58872K->61221K(87424K)
> [2.368s][info ][gc,metaspace] GC#3 Metaspace: 2953K->2953K(1056768K)
> [2.368s][info ][gc ] GC#3 GC (Allocation Failure) DefNew end 93M->59M(123M) (1.504s, 2.368s) 864.653ms
> [2.368s][info ][gc,cpu ] GC#3 CPU Times: user=0.86s sys=0.00s real=0.86s
>
>
> I've also included the start time stamp in the "start" logging line.
Awesome, still a bit verbose but…..
Regards,
Kirk
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20151027/db0c2033/attachment.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 496 bytes
Desc: Message signed with OpenPGP using GPGMail
URL: <https://mail.openjdk.org/pipermail/hotspot-gc-dev/attachments/20151027/db0c2033/signature.asc>
More information about the hotspot-gc-dev
mailing list