Integrated: 8339386: Assertion on AIX - original PC must be in the main code section of the compiled method
Martin Doerr
mdoerr at openjdk.org
Sat Oct 5 18:47:40 UTC 2024
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).
This pull request has now been integrated.
Changeset: 9a25f822
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/9a25f822fb2529c1cae3ae909761381789d7b7b1
Stats: 12 lines in 1 file changed: 9 ins; 0 del; 3 mod
8339386: Assertion on AIX - original PC must be in the main code section of the compiled method
Reviewed-by: rrich, lucy
-------------
PR: https://git.openjdk.org/jdk/pull/21189
More information about the hotspot-dev
mailing list