Profiling with dtraceasm fails
Gunnar Morling
gunnar at hibernate.org
Sun Sep 20 10:14:24 UTC 2020
Hi,
I'm trying to run JMH with -prof dtraceasm on macOS, but it fails with the
following exception:
Processing profiler results: DTraceAsmProfiler Exception in thread "main"
java.lang.IllegalStateException: []
at
org.openjdk.jmh.profile.DTraceAsmProfiler.afterTrial(DTraceAsmProfiler.java:92)
at org.openjdk.jmh.runner.Runner.runSeparate(Runner.java:688)
at org.openjdk.jmh.runner.Runner.runBenchmarks(Runner.java:571)
at org.openjdk.jmh.runner.Runner.internalRun(Runner.java:323)
at org.openjdk.jmh.runner.Runner.run(Runner.java:209)
at org.openjdk.jmh.Main.main(Main.java:71)
Unfortunately, there's no more info in the logs (also with -v EXTRA). Any
suggestions on getting to the grounds of this? I'm quite new to this, so
might well be I'm doing some stupid mistake.
Thanks,
--Gunnar
More information about the jmh-dev
mailing list