Skip to content

Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.

License

Notifications You must be signed in to change notification settings

AdoptOpenJDK/jitwatch

Folders and files

NameName
Last commit message
Last commit date
Nov 13, 2023
Aug 10, 2015
Sep 4, 2024
Jul 7, 2023
Jan 6, 2024
Oct 15, 2017
Jan 6, 2024
Jan 14, 2022
Mar 21, 2017
Jul 11, 2023
Jan 16, 2022
Mar 21, 2024
Jan 23, 2022
Jan 6, 2024

Repository files navigation

JITWatch

Log analyser and visualiser for the HotSpot JIT compiler.

  • Video introduction to JITWatch video
  • Slides from my LJC lightning talk on JITWatch slides

For instructions and screenshots see the wiki

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.

maven

mvn clean package && java -jar ui/target/jitwatch-ui-shaded.jar

Build an example HotSpot log

# Build the code and then run
cd scripts && ./makeDemoLogFile.sh