AdoptOpenJDK / jitwatch

Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
Other
3.1k stars 440 forks source link

The adaptation issue with JDK 17 #394

Closed mousans closed 3 days ago

mousans commented 3 days ago

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.