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.06k stars 437 forks source link

headless mode export nothing to csv #329

Closed leonchen83 closed 3 years ago

leonchen83 commented 3 years ago

java version :

openjdk version "11.0.8" 2020-07-14 LTS
OpenJDK Runtime Environment 20.7-(Zulu-11.41+23-linux_x64)-Microsoft-Azure-restricted (build 11.0.8+10-LTS)
OpenJDK 64-Bit Server VM 20.7-(Zulu-11.41+23-linux_x64)-Microsoft-Azure-restricted (build 11.0.8+10-LTS, mixed mode)

jitwatch version:

        <dependency>
            <groupId>com.chrisnewland</groupId>
            <artifactId>jitwatch</artifactId>
            <version>1.1.5</version>
        </dependency>

jit log hotspot_pid18196.zip

headless.csv

[12:47:55 chenby@balrog-dev jitwatch]$ cat headless.csv 
sep=|
[12:47:58 chenby@balrog-dev jitwatch]$ 
chriswhocodes commented 3 years ago

Thanks for reporting. I will investigate.

chriswhocodes commented 3 years ago

Hi @leonchen83 please clone the latest version of JITWatch and build it using mvn clean package

The version 1.1.5 in maven central is very out of date and missing a lot of bug fixes. I will try to update the version in maven central soon.

Thanks,

Chris