RFR: 8325937: runtime/handshake/HandshakeDirectTest.java causes "monitor end should be strictly below the frame pointer" assertion failure on AArch64 [v3]

Coleen Phillimore coleenp at openjdk.org
Thu Oct 3 22:51:07 UTC 2024


> Add missing StoreLoad fences in handshaking code to match safepoint code.  Thanks to @pchilano for finding this bug.
> 
> Tested with tier1-4 and tier8 which has Kitchensink in it.

Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:

  How about this fence() and comment in do_self_suspend()?

-------------

Changes:
  - all: https://git.openjdk.org/jdk/pull/21295/files
  - new: https://git.openjdk.org/jdk/pull/21295/files/63e52fde..def6b11a

Webrevs:
 - full: https://webrevs.openjdk.org/?repo=jdk&pr=21295&range=02
 - incr: https://webrevs.openjdk.org/?repo=jdk&pr=21295&range=01-02

  Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod
  Patch: https://git.openjdk.org/jdk/pull/21295.diff
  Fetch: git fetch https://git.openjdk.org/jdk.git pull/21295/head:pull/21295

PR: https://git.openjdk.org/jdk/pull/21295


More information about the hotspot-runtime-dev mailing list