RFR: 8313796: AsyncGetCallTrace crash on unreadable interpreter method pointer [v4]
Thomas Stuefe
stuefe at openjdk.org
Tue Aug 8 05:52:54 UTC 2023
On Mon, 7 Aug 2023 21:52:47 GMT, Richard Startin <duke at openjdk.org> wrote:
>> We have observed invalid pointers to the interpreted method at Datadog. The fix is based on a discussion with and a code snippet from @parttimenerd.
>
> Richard Startin has updated the pull request incrementally with one additional commit since the last revision:
>
> missing includes
Hi Richard,
Looks good.
It is still not perfectly safe since the method could go out of scope concurrently while you are using it.
Cheers, Thomas
---
Oh, I see you closed it. Ah, well.
-------------
PR Review: https://git.openjdk.org/jdk/pull/15178#pullrequestreview-1566515484
More information about the hotspot-dev
mailing list