RFR: 8283849: AsyncGetCallTrace may crash JVM on guarantee [v6]
Thomas Stuefe
stuefe at openjdk.java.net
Sat May 7 03:46:45 UTC 2022
On Fri, 6 May 2022 14:20:30 GMT, Jaroslav Bachorik <jbachorik at openjdk.org> wrote:
>> Functionally this looks good now - thanks.
>>
>> The only concern is the overhead added to `find_blob` to account for this very special case. Can you do some benchmarking of this?
>>
>> Thanks.
>
> Hi @dholmes-ora , thanks for taking time to review this.
>
> I am running `jmh-jdk-microbenchmarks` now but I am going to be away for a week now so I will get back to you with the results only then.
Hi @jbachorik, thanks a lot for taking my suggestion. This looks way less intrusive now!
-------------
PR: https://git.openjdk.java.net/jdk/pull/8549
More information about the hotspot-dev
mailing list