Skip to content

Commit

Permalink
8318365: Test runtime/cds/appcds/sharedStrings/InternSharedString.jav…
Browse files Browse the repository at this point in the history
…a fails after JDK-8311538

Reviewed-by: cjplummer, lmesnik
  • Loading branch information
David Holmes committed Oct 17, 2023
1 parent 7c80cb2 commit 9843c97
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,9 @@
* @test
* @summary Test shared strings together with string intern operation
* @requires vm.cds.write.archived.java.heap
* @requires vm.gc == null & !vm.opt.UseLargePages
* @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
Expand Down

0 comments on commit 9843c97

Please sign in to comment.