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

Aleksey Shipilev shade at openjdk.java.net
Fri Jun 3 11:59:14 UTC 2022


On Fri, 3 Jun 2022 11:55:08 GMT, Roland Westrelin <roland at openjdk.org> wrote:

>> 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 four additional commits since the last revision:
> 
>  - new fix
>  - Merge branch 'master' into JDK-8287227
>  - Revert "fix"
>    
>    This reverts commit aa6f80a7883ee7032f81dbffac5d0257491d7118.
>  - fix

Looks reasonable to me. Please link up JDK-8277654 to this bug.

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

Marked as reviewed by shade (Reviewer).

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


More information about the hotspot-compiler-dev mailing list