Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
Log analyser and visualiser for the HotSpot JIT compiler.
The JITWatch user interface is built using JavaFX which is downloaded as a maven dependency for JDK11+.
For pre-JDK11 you will need to use a Java runtime that includes JavaFX.
mvn clean package && java -jar ui/target/jitwatch-ui-shaded.jar
# Build the code and then run cd scripts && ./makeDemoLogFile.sh