On Mon, 20 Feb 2023 12:28:47 GMT, Roberto CastaƱeda Lozano <rcastanedalo@openjdk.org> wrote:
This changeset splits the recent barrier elision tests added by [JDK-8301584](https://bugs.openjdk.org/browse/JDK-8301584) and extended by [JDK-8301769](https://bugs.openjdk.org/browse/JDK-8301769) into correctness tests (do not elide necessary barriers) and effectiveness tests (do elide unnecessary barriers), and enables the former on all platforms that support ZGC, following the [discussion on JDK-8301769](https://github.com/openjdk/zgc/pull/13).
{@TheRealMDoerr, @RealFYang}: could you please check whether the updated tests pass on the other ZGC-supporting platforms?
**Testing:** re-run the updated tests (x64 and aaarch64; linux, windows, and macosx; release and debug mode)
Hi, the test has passed on PPC64le, too. Thanks! ------------- PR: https://git.openjdk.org/zgc/pull/14