RFR: 8339386: Assertion on AIX - original PC must be in the main code section of the compiled method

Lutz Schmidt lucy at openjdk.org
Sat Oct 5 10:00:47 UTC 2024


The message from this sender included one or more files
which could not be scanned for virus detection; do not
open these files unless you are certain of the sender's intent.

----------------------------------------------------------------------
On Wed, 25 Sep 2024 19:20:22 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:

> We should make sure to read the `sender_pc` only once to make it signal safe (e.g. using `volatile`). Now, we can check if it is a deopt PC and if so, if the original PC is within the nmethod.
> In case of interpreter frame on top of compiled deoptimized frame we need to use the unextendedSP (2nd commit).

LGTM.

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

Marked as reviewed by lucy (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/21189#pullrequestreview-2349523450


More information about the hotspot-dev mailing list