Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
Hello, we are having problems using jitwatch to analyze service jit logs.The specific manifestation of the problem is that when jitwatch analyzes the log, the result is empty.
Our JVM parameters are -Xlog:compilation*=trace:file=/opt/logs/jit.log:time,uptime,level,tags:filecount=20,filesize=50M.
I want to know whether the current jitwatch supports analysis of jit logs of jdk17.
Hello, we are having problems using jitwatch to analyze service jit logs.The specific manifestation of the problem is that when jitwatch analyzes the log, the result is empty. Our JVM parameters are -Xlog:compilation*=trace:file=/opt/logs/jit.log:time,uptime,level,tags:filecount=20,filesize=50M. I want to know whether the current jitwatch supports analysis of jit logs of jdk17.