RFR: JDK-8313796: AsyncGetCallTrace crash on unreadable interpreter method pointer

Coleen Phillimore coleenp at openjdk.org
Tue Aug 8 18:02:33 UTC 2023


On Tue, 8 Aug 2023 15:02:59 GMT, Richard Startin <duke at openjdk.org> wrote:

> Makes AsyncGetCallTrace more resilient to method unloading.

Can you add a new function like frame::interpreter_frame_method_safe() or frame::safe_interpreter_frame_method() and put this code in shared/runtime ?

-------------

Changes requested by coleenp (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/15193#pullrequestreview-1567857612


More information about the hotspot-dev mailing list