forked from AdoptOpenJDK/jitwatch
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathQUICKSTART.txt
25 lines (17 loc) · 904 Bytes
/
QUICKSTART.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
==========================
Build and install JITWatch
==========================
The JITWatch user interface is built using JavaFX. This is included in the Oracle JDK. If you are using a JDK that does not include JavaFX (e.g. Azul Zulu, or some flavour of packaged OpenJDK on Linux) then you can download a pre-built OpenJFX jar from https://chriswhocodes.com and put it in your build classpath.
mvn clean install
============================================================
Create a HotSpot log from your program by adding VM switches
============================================================
-XX:+UnlockDiagnosticVMOptions -XX:+TraceClassLoading -XX:+LogCompilation -XX:+PrintAssembly
===============================
Launch JITWatch on Linux or OSX
===============================
./launchUI.sh
==========================
Launch JITWatch on Windows
==========================
./launchUI.bat