Patch: Integrate async-profiler
Jason Zaugg
jzaugg at gmail.com
Mon Aug 3 23:42:43 UTC 2020
On Tue, 4 Aug 2020 at 03:55, Aleksey Shipilev <shade at redhat.com> wrote:
>
> After that, I did a few hand polishings:
They all look good to me. Thanks!
> This is the resulting patch:
> https://cr.openjdk.java.net/~shade/jmh/async-profiler-fixes.patch
>
> If you are fine with it, I can push the entire thing at once.
Yes please.
I just noticed that I failed to support --safemode=<bitmask>, a new feature in
async-profiler that limits its tactics for Java stack recovery. It
looks to be intended
for production profiling (to limit exposure of unknown bugs or to workaround
new ones). I suggest we leave it out of the JMH integration.
Regards,
-jason
More information about the jmh-dev
mailing list