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

rafaelMurata/jitwatch

 
 

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

Build Status

JDK 1.7 Build Status

OpenJDK 8 Build Status

Built on CloudBees

For instructions and screenshots see the wiki

ant

ant clean compile test run

maven

mvn clean compile test exec:java

Build an example HotSpot log

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

Latest binaries from Jenkins

[JDK 1.7 binary] (https://adopt-openjdk.ci.cloudbees.com/job/jitwatch/jdk=JDK_1.7/ws/lastSuccessfulBuild/artifact/jitwatch-1.0.0-SNAPSHOT-JDK_1.7.tar.gz)

[OpenJDK 8 binary] (https://adopt-openjdk.ci.cloudbees.com/job/jitwatch/jdk=OpenJDK8/ws/lastSuccessfulBuild/artifact/jitwatch-1.0.0-SNAPSHOT-OpenJDK8.tar.gz)

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.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 99.1%
  • Shell 0.5%
  • Batchfile 0.3%
  • Scala 0.1%
  • CSS 0.0%
  • JavaScript 0.0%