[jdk17u-dev] RFR: 8325937: runtime/handshake/HandshakeDirectTest.java causes "monitor end should be strictly below the frame pointer" assertion failure on AArch64
Goetz Lindenmaier
goetz at openjdk.org
Sat Dec 21 08:26:41 UTC 2024
On Wed, 18 Dec 2024 10:01:05 GMT, Goetz Lindenmaier <goetz at openjdk.org> wrote:
> I backport this for parity with 17.0.15-oracle.
>
>
> It does not apply as
> 8292591: Experimentally add back barrier-less Java thread transitions
> is not in 17.
>
> Resolving this is obvious, the flag tested in the context in 21 is "false" by default.
> Thus adding the code unconditional is the obvious thing to do.
>
> I added one comment from 8292591 in execute(). This change duplicates this comment in doit(),
> so it's canonical to have it in execute(), too.
Thanks for the reviews!
-------------
PR Comment: https://git.openjdk.org/jdk17u-dev/pull/3140#issuecomment-2558047730
More information about the jdk-updates-dev
mailing list