On 1/2/17 6:33 PM, Yasumasa Suenaga wrote:
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?

Definitely not in JDK 9. And I can't say when it could be done or done at all.

Regards,
Vladimir


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

Reply via email to