RFR: 8287227: Shenandoah: A couple of virtual thread tests failed with iu mode even without Loom enabled.

Roland Westrelin roland at openjdk.java.net
Tue May 31 14:55:02 UTC 2022


With JDK-8277654, the load barrier slow path call doesn't produce raw
memory anymore but the IU barrier call still does. I propose removing
raw memory for that call too which also causes the assert that fails
to be removed.

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

Commit messages:
 - fix

Changes: https://git.openjdk.java.net/jdk/pull/8958/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=8958&range=00
  Issue: https://bugs.openjdk.java.net/browse/JDK-8287227
  Stats: 290 lines in 2 files changed: 0 ins; 287 del; 3 mod
  Patch: https://git.openjdk.java.net/jdk/pull/8958.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk pull/8958/head:pull/8958

PR: https://git.openjdk.java.net/jdk/pull/8958


More information about the hotspot-compiler-dev mailing list