GCViewer icon indicating copy to clipboard operation
GCViewer copied to clipboard

JEP-271: GC Logging using Unified Platform Logger (new Format in Java9)

Open ecki opened this issue 8 years ago • 3 comments

Hello,

just wanted to alert interested parties that JEP-271 (Unified GC Logging) is currently discussed and implemented on the openjdk gc-dev mailing list. Here is for example a preview of the new format (it basically limits variation to different additional log lines and allows switching on/off certain categories by Tags):

http://cr.openjdk.java.net/~brutisso/JEP-271/pre-review.02/compare.html

The JEP page is not completely current: http://openjdk.java.net/jeps/271

ecki avatar Nov 25 '15 13:11 ecki

Hi Bernd,

Thank you for posting these links. I have heard of them, but not yet analysed the JEP closely nor started an implementation of a parser supporting these logs.

Best regards, Jörg

chewiebug avatar Nov 30 '15 21:11 chewiebug

Two years later and Oracle/OpenJDK 9 has been released, making this more relevant.

the8472 avatar Sep 28 '17 13:09 the8472

I've published UL Viewer for drawing Java heap and other charts for Java 9. You might refer UL Viewer implementation if GCViewer has plan to adapt to Java 9.

YaSuenag avatar Oct 12 '17 06:10 YaSuenag