JEP 158 support for JIT

Yasumasa Suenaga yasuenag at gmail.com
Tue Jan 3 02:33:07 UTC 2017


Hi all,

Java 9 has JEP 158: Unified JVM Logging.
This JEP describes that existing 'tty->print...' logging should use unified logging as output. However, C2 compiler does not seem to use it.

Do you have any plan to use JEP 158 in JIT codes?

I uploaded Unified JVM logging viewer to GitHub [1].
I want to draw chart(s) or list all JIT'ed methods on it if possible.
(Especially I want to get log from PrintCompilation and PrintIntrinsics through Unified JVM logging)


Thanks,

Yasumasa


[1] https://github.com/YaSuenag/ulviewer



More information about the hotspot-compiler-dev mailing list