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

Roland Westrelin roland at openjdk.org
Mon Jun 27 09:17:58 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.

Roland Westrelin has updated the pull request with a new target base due to a merge or a rebase. The incremental webrev excludes the unrelated changes brought in by the merge/rebase. The pull request contains six additional commits since the last revision:

 - review
 - Merge branch 'master' into JDK-8287227
 - new fix
 - Merge branch 'master' into JDK-8287227
 - Revert "fix"
   
   This reverts commit aa6f80a7883ee7032f81dbffac5d0257491d7118.
 - fix

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

Changes:
  - all: https://git.openjdk.org/jdk/pull/8958/files
  - new: https://git.openjdk.org/jdk/pull/8958/files/5699e042..5675b766

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

  Stats: 26420 lines in 785 files changed: 21213 ins; 2466 del; 2741 mod
  Patch: https://git.openjdk.org/jdk/pull/8958.diff
  Fetch: git fetch https://git.openjdk.org/jdk pull/8958/head:pull/8958

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


More information about the hotspot-compiler-dev mailing list