You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 27, 2022. It is now read-only.
Copy file name to clipboardexpand all lines: test/hotspot/jtreg/runtime/cds/appcds/TestZGCWithCDS.java
+10-26
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@
26
26
* @requires vm.cds
27
27
* @requires vm.bits == 64
28
28
* @requires vm.gc.Z
29
-
* @comment assuming that default GC supports both UseCompressedOops and UseCompressedClassPointers
29
+
* @requires vm.gc.Serial
30
30
* @requires vm.gc == null
31
31
* @comment Graal does not support ZGC
32
32
* @requires !vm.graal.enabled
@@ -44,7 +44,6 @@ public class TestZGCWithCDS {
44
44
publicfinalstaticStringERR_MSG = "The saved state of UseCompressedOops and UseCompressedClassPointers is different from runtime, CDS will be disabled.";
0 commit comments