# jitwatch **Repository Path**: mirrors_AdoptOpenJDK/jitwatch ## Basic Information - **Project Name**: jitwatch - **Description**: Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2020-08-08 - **Last Updated**: 2025-09-20 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README JITWatch ======== Log analyser and visualiser for the HotSpot JIT compiler. * Video introduction to JITWatch [video](https://www.youtube.com/watch?v=p7ipmAa9_9E) * Slides from my LJC lightning talk on JITWatch [slides](https://chriswhocodes.com/LJC2022.pdf)
mvn clean package && java -jar ui/target/jitwatch-ui-shaded.jar
# Build the code and then run cd scripts && ./makeDemoLogFile.sh