417 Forks
2896 Stars
2896 Watchers

jitwatch

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

How to download and setup jitwatch

Open terminal and run command
git clone https://github.com/AdoptOpenJDK/jitwatch.git
git clone is used to create a copy or clone of jitwatch repositories. You pass git clone a repository URL.
it supports a few different network protocols and corresponding URL formats.

Also you may download zip file with jitwatch https://github.com/AdoptOpenJDK/jitwatch/archive/master.zip

Or simply clone jitwatch with SSH
[email protected]:AdoptOpenJDK/jitwatch.git

If you have some problems with jitwatch

You may open issue on jitwatch support forum (system) here: https://github.com/AdoptOpenJDK/jitwatch/issues