AdoptOpenJDK/jitwatch

VM is null null

Thihup opened this issue · 2 comments

Using JDK 11+, the following code in JITWatchUI.java fails to work properly:

https://github.com/AdoptOpenJDK/jitwatch/blob/master/ui/src/main/java/org/adoptopenjdk/jitwatch/ui/main/JITWatchUI.java#L732-L735

A way to fix it would be using some of java.* (java.version/java.vendor) system property

Thanks, I'll take a look at those properties.

Fixed in 46a8258

Thanks for the tip on how to fix this :)