-
Enhancement
-
Resolution: Fixed
-
P4
-
None
-
master
The @requires vm.opt.UseLargePages in test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/InternSharedString.java should be removed because CDS heap now works with Large pages:
https://github.com/openjdk/jdk/blob/e19035577724f40aca14ef7d5dad0906ce9e89ab/src/hotspot/share/cds/filemap.cpp#L1671-L1680
We even have a test case for it:
https://github.com/openjdk/jdk/blob/master/test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/LargePages.java
https://github.com/openjdk/jdk/blob/e19035577724f40aca14ef7d5dad0906ce9e89ab/src/hotspot/share/cds/filemap.cpp#L1671-L1680
We even have a test case for it:
https://github.com/openjdk/jdk/blob/master/test/hotspot/jtreg/runtime/cds/appcds/sharedStrings/LargePages.java
- links to
-
Commit(master) openjdk/jdk/10fea860
-
Review(master) openjdk/jdk/27218