mage234 / jitwatch

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

https://github.com/AdoptOpenJDK/jitwatch/wiki

ant

ant clean compile test run

maven

mvn clean compile test exec:java

gradle

gradlew clean build run

Jenkins CI

http://chriswhocodes.com:8080/

Build an example HotSpot log

# Build the code first with ant / maven / IDE
./makeDemoLogFile.sh

Java 8 Compatibility

Find out how you can also use this logo with your F/OSS projects

Compatibility Badge

About

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

License:Other


Languages

Language:Java 99.2%Language:Shell 0.4%Language:Batchfile 0.3%Language:Scala 0.0%Language:CSS 0.0%Language:JavaScript 0.0%Language:Kotlin 0.0%Language:Groovy 0.0%