RFR: 8287227: Shenandoah: A couple of virtual thread tests failed with iu mode even without Loom enabled.
Roland Westrelin
roland at openjdk.org
Mon Jun 27 12:45:55 UTC 2022
On Thu, 2 Jun 2022 14:39:10 GMT, Roman Kennke <rkennke 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.
>
> Is it correct, though? I seem to remember that without the memory edges, we may get reordering of the 'SATB' buffer and index accesses between IU-barriers, which would cause troubles?
@rkennke @shipilev thanks for the review and tests
-------------
PR: https://git.openjdk.org/jdk/pull/8958
More information about the hotspot-compiler-dev
mailing list