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