8367371: Remove @requires vm.opt.UseLargePages from InternSharedString.java test

Reviewed-by: jsikstro, ayang, iklam
This commit is contained in:
Paul Hübner 2025-09-12 14:23:46 +00:00 committed by Joel Sikström
parent 02d7281b93
commit 10fea86002

View File

@ -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