diff --git a/test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/InternSharedString.java b/test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/InternSharedString.java index 615aa1c7e7c..ed8e582b213 100644 --- a/test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/InternSharedString.java +++ b/test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/InternSharedString.java @@ -27,8 +27,6 @@ * @summary Test shared strings together with string intern operation * @requires vm.cds.write.archived.java.heap * @requires vm.gc == null - * @comment CDS archive heap mapping is not supported with large pages - * @requires vm.opt.UseLargePages == null | !vm.opt.UseLargePages * @library /test/hotspot/jtreg/runtime/cds/appcds /test/lib * @compile InternStringTest.java * @build jdk.test.whitebox.WhiteBox