From bc8065facdad7ecc05a3c30222d370d3cb6e71a4 Mon Sep 17 00:00:00 2001 From: Igor Ignatyev Date: Tue, 5 May 2020 14:55:23 -0700 Subject: [PATCH] 8244485: runtime/cds/appcds/TestZGCWithCDS.java fails after 8244385 Reviewed-by: dcubed --- test/hotspot/jtreg/runtime/cds/appcds/TestZGCWithCDS.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/test/hotspot/jtreg/runtime/cds/appcds/TestZGCWithCDS.java b/test/hotspot/jtreg/runtime/cds/appcds/TestZGCWithCDS.java index 3c078619b5d..af0ad861b55 100644 --- a/test/hotspot/jtreg/runtime/cds/appcds/TestZGCWithCDS.java +++ b/test/hotspot/jtreg/runtime/cds/appcds/TestZGCWithCDS.java @@ -26,6 +26,8 @@ * @requires vm.cds * @requires vm.bits == 64 * @requires vm.gc.Z + * @comment assuming that default GC supports both UseCompressedOops and UseCompressedClassPointers + * @requires vm.gc == null * @comment Graal does not support ZGC * @requires !vm.graal.enabled * @library /test/lib /test/hotspot/jtreg/runtime/cds/appcds