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

Fixup jarScan to use the FreeLogJ library #360

Closed iziamos closed 2 years ago

iziamos commented 2 years ago

I just followed the previous pattern and copied the jar to lib.

chriswhocodes commented 2 years ago

Hi @iziamos Thanks for letting me know that JarScan scripts were broken. JITWatch is a maven project so I will look into fixing up the scripts to use the maven-built shaded jar that includes FreeLogJ rather than add back the removed local lib folder. I'll close this PR and create an issue instead. Cheers, Chris

iziamos commented 2 years ago

Sounds cool, just posted what worked for me because I didn't want to deal with gradle :)