-
Type:
Enhancement
-
Resolution: Fixed
-
Priority:
P4
-
Affects Version/s: None
-
Component/s: hotspot
-
b16
| Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
|---|---|---|---|---|---|---|
| JDK-8374527 | 25.0.3-oracle | Jayashree Kumar | P4 | Resolved | Fixed | b01 |
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
- backported by
-
JDK-8374527 Remove @requires vm.opt.UseLargePages from InternSharedString.java test
-
- Resolved
-
- links to
-
Commit(master)
openjdk/jdk/10fea860
-
Review(master)
openjdk/jdk25u-dev/212
-
Review(master)
openjdk/jdk/27218