Skip to content

Log analyser / visualiser for Java HotSpot JIT compiler.

License

Notifications You must be signed in to change notification settings

xiexi/jitwatch

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JITWatch

Log analyser and visualiser for the HotSpot JIT compiler.

For instructions and screenshots see the wiki

JITwatch depends on tools.jar (from JDK_HOME/lib) for javap bytecode display.

JITWatch depends on jfxrt.jar (from JDK_HOME/jre/lib/) for the user interface.

Using ant

Build

ant clean
ant

Run

ant run

Using maven

Build

mvn package

Run

mvn exec:java

Using shell

Run

#GUI Version
./launchUI.sh
#Simplifed Text Version
./launchHeadless.sh

About

Log analyser / visualiser for Java HotSpot JIT compiler.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published