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.09k stars 439 forks source link

Support of plain folders in JarScan tool #264

Closed mrserb closed 7 years ago

mrserb commented 7 years ago

It will be useful if the jarscan tool will support plain folders which contain a number of classfiles.

chriswhocodes commented 7 years ago

Done : ) https://github.com/AdoptOpenJDK/jitwatch/commit/60a7815eb8cbb283577495fe02d52ae8d660cd2b JarScan can now accept class folders as well as jars for input: ./jarScan.sh --mode=maxMethodSize --limit=325 core/target/classes/

mrserb commented 7 years ago

Thank you!