랭킹으로 돌아가기
AdoptOpenJDK/jitwatch
JavaLog analyser / visualiser for Java HotSpot JIT compiler. Inspect inlining decisions, hot methods, bytecode, and assembly. View results in the JavaFX user interface.
jitwatchjavajavafxhotspot-jit-compilerhotspotlog-analyserjit-compilerescape-analysis
주요 지표
스타 성장
스타
3.3k
포크
463
주간 성장
—
이슈
18
1k2k3k
2013년 9월2015년 10월2017년 12월2020년 2월2022년 4월2024년 5월2026년 7월
아티팩트Maven
git clone https://github.com/AdoptOpenJDK/jitwatch.gitREADME
JITWatch
Log analyser and visualiser for the HotSpot JIT compiler.
For instructions and screenshots see the wiki
https://github.com/AdoptOpenJDK/jitwatch/wiki
The JITWatch user interface is built using JavaFX which is downloaded as a maven dependency for JDK11+.
For pre-JDK11 you will need to use a Java runtime that includes JavaFX.
maven
mvn clean package && java -jar ui/target/jitwatch-ui-shaded.jar
Build an example HotSpot log
# Build the code and then run cd scripts && ./makeDemoLogFile.sh