Integrated: 8302857: Generational ZGC: enable correctness barrier elision tests on all platforms
Roberto Castañeda Lozano
rcastanedalo at openjdk.org
Thu Mar 2 08:27:28 UTC 2023
On Mon, 20 Feb 2023 12:28:47 GMT, Roberto Castañeda Lozano <rcastanedalo at 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)
This pull request has now been integrated.
Changeset: 3da8cd2f
Author: Roberto Castañeda Lozano <rcastanedalo at openjdk.org>
URL: https://git.openjdk.org/zgc/commit/3da8cd2fcca534ae8d887aa94834a9b53ee314ad
Stats: 382 lines in 1 file changed: 169 ins; 127 del; 86 mod
8302857: Generational ZGC: enable correctness barrier elision tests on all platforms
Reviewed-by: eosterlund
-------------
PR: https://git.openjdk.org/zgc/pull/14
More information about the zgc-dev
mailing list