RFR: 8369257: PPC: compiler/whitebox/RelocateNMethodMultiplePaths.java fails with assertion
Martin Doerr
mdoerr at openjdk.org
Wed Oct 8 08:32:24 UTC 2025
On Tue, 7 Oct 2025 09:21:16 GMT, Richard Reingruber <rrich at openjdk.org> wrote:
> Relax assertion in NativePostCallNop::patch(). With NMethodRelocation (see [JDK-8369257](https://bugs.openjdk.org/browse/JDK-8369257)) it cannot be expected that the post call nop to be patched is still clean.
>
> compiler/whitebox/RelocateNMethodMultiplePaths.java succeeds in local testing on PPC.
Looks good and trivial. Thanks for fixing it!
-------------
Marked as reviewed by mdoerr (Reviewer).
PR Review: https://git.openjdk.org/jdk/pull/27669#pullrequestreview-3313633114
More information about the hotspot-compiler-dev
mailing list