Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
It appears that after makeDemoLogFile.sh was moved, the readme wasn't updated to take into account the new location of makeDemoLogFile.sh, and that this file wasn't updated to reflect the new location of the jar after building.
Note: I've tested on linux, but not on MacOS, so I'm making a guess about the jar location there.
Note: the readme doesn't indicate that you'll need to run mvn clean package, or mvn clean install before running makeDemoLogFile.sh. I didn't know how best to indicate that, so I didn't add it.
It appears that after
makeDemoLogFile.sh
was moved, the readme wasn't updated to take into account the new location ofmakeDemoLogFile.sh
, and that this file wasn't updated to reflect the new location of the jar after building.Note: I've tested on linux, but not on MacOS, so I'm making a guess about the jar location there.
Note: the readme doesn't indicate that you'll need to run mvn clean package, or mvn clean install before running
makeDemoLogFile.sh
. I didn't know how best to indicate that, so I didn't add it.