RFR: 8325937: runtime/handshake/HandshakeDirectTest.java causes "monitor end should be strictly below the frame pointer" assertion failure on AArch64 [v2]
Andrew Haley
aph at openjdk.org
Fri Oct 4 09:35:42 UTC 2024
On Fri, 4 Oct 2024 09:06:05 GMT, Andrew Haley <aph at openjdk.org> wrote:
> I should have perhaps been more explicit about "racy," by which I meant the term defined in ISO C++, [intro.races] "Data races".
I should correct myself here. Looking back at this problem, I'm not sure whether the code is actually racy (and thus undefined behaviour) or just that the ordering isn't fully defined.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21295#issuecomment-2393276847
More information about the hotspot-runtime-dev
mailing list