We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c80cb2 commit 9843c97Copy full SHA for 9843c97
test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/InternSharedString.java
@@ -26,7 +26,9 @@
26
* @test
27
* @summary Test shared strings together with string intern operation
28
* @requires vm.cds.write.archived.java.heap
29
- * @requires vm.gc == null & !vm.opt.UseLargePages
+ * @requires vm.gc == null
30
+ * @comment CDS archive heap mapping is not supported with large pages
31
+ * @requires vm.opt.UseLargePages == null | !vm.opt.UseLargePages
32
* @library /test/hotspot/jtreg/runtime/cds/appcds /test/lib
33
* @compile InternStringTest.java
34
* @build jdk.test.whitebox.WhiteBox
0 commit comments