biboudis / jmh-profilers

Pluggable profilers for JMH 1.8
MIT License
33 stars 10 forks source link

Version 0.1.4 doesn't work with Java 9 #12

Open gortiz opened 7 years ago

gortiz commented 7 years ago

It prints the following message:


# Run progress: 0.00% complete, ETA 00:15:50
# Fork: 1 of 1
# Preparing profilers: FlightRecordingProfiler 
# Profilers consume stderr from target VM, use -v EXTRA to copy to console
<forked VM failed with exit code 1>
<stdout last='20 lines'>
[0,105s][error][arguments] -XX:FlightRecorderOptions=settings=... has been removed. Use -XX:StartFlightRecording=settings=... instead.
Error occurred during initialization of VM
Failed to start tracing backend.
</stdout>
<stderr last='20 lines'>
</stderr>
biboudis commented 6 years ago

Thanks for the report @gortiz