[jdk17u-dev] Integrated: 8339386: Assertion on AIX - original PC must be in the main code section of the compiled method
Martin Doerr
mdoerr at openjdk.org
Thu Oct 2 20:08:57 UTC 2025
On Mon, 29 Sep 2025 14:08:03 GMT, Martin Doerr <mdoerr at openjdk.org> wrote:
> Backport of [JDK-8339386](https://bugs.openjdk.org/browse/JDK-8339386). Applies almost cleanly, but needs a modification (see 2nd commit). `orig_pc_offset()` is not available in 17u. We can use the `frame` constructor which doesn't have the problematic assertion in 17u (see comment in the new code).
> So, this backport doesn't fix the assertion mentioned in the title (because it doesn't exist in 17u). But, it makes checks more reliable.
This pull request has now been integrated.
Changeset: 6f50c6da
Author: Martin Doerr <mdoerr at openjdk.org>
URL: https://git.openjdk.org/jdk17u-dev/commit/6f50c6da13cf21dbb5153734c631b01e0861ef32
Stats: 14 lines in 1 file changed: 11 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
Backport-of: 9a25f822fb2529c1cae3ae909761381789d7b7b1
-------------
PR: https://git.openjdk.org/jdk17u-dev/pull/3998
More information about the jdk-updates-dev
mailing list