Last active
November 6, 2024 06:54
-
-
Save tstuefe/321b769d3b281198b767b68e18bb7271 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- a/test/hotspot/jtreg/runtime/cds/TestDefaultArchiveLoading.java | |
+++ b/test/hotspot/jtreg/runtime/cds/TestDefaultArchiveLoading.java | |
@@ -38,7 +38,6 @@ | |
* @summary Test Loading of default archives in all configurations (requires --enable-cds-archive-coh) | |
* @requires vm.cds | |
* @requires vm.bits == 64 | |
- * @requires !vm.gc.ZGenerational | |
* @library /test/lib | |
* @modules java.base/jdk.internal.misc | |
* java.management | |
@@ -61,7 +60,6 @@ | |
* @summary Test Loading of default archives in all configurations (requires --enable-cds-archive-coh) | |
* @requires vm.cds | |
* @requires vm.bits == 64 | |
- * @requires !vm.gc.ZGenerational | |
* @library /test/lib | |
* @modules java.base/jdk.internal.misc | |
* java.management |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment