Skip to content

Commit 9843c97

Browse files
author
David Holmes
committedOct 17, 2023
8318365: Test runtime/cds/appcds/sharedStrings/InternSharedString.java fails after JDK-8311538
Reviewed-by: cjplummer, lmesnik
1 parent 7c80cb2 commit 9843c97

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
 

‎test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/InternSharedString.java

+3-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,9 @@
2626
* @test
2727
* @summary Test shared strings together with string intern operation
2828
* @requires vm.cds.write.archived.java.heap
29-
* @requires vm.gc == null & !vm.opt.UseLargePages
29+
* @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
3032
* @library /test/hotspot/jtreg/runtime/cds/appcds /test/lib
3133
* @compile InternStringTest.java
3234
* @build jdk.test.whitebox.WhiteBox

0 commit comments

Comments
 (0)