AdoptOpenJDK / jitwatch

Log analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
Other
3.08k stars 437 forks source link

Updatereadmescript #372

Closed hyperpape closed 1 year ago

hyperpape commented 1 year ago

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.

chriswhocodes commented 1 year ago

Thank you for this patch @hyperpape :)