-
Bug
-
Resolution: Fixed
-
P4
-
22, 23, 24
-
b23
-
linux
Test that fails: test/hotspot/jtreg/compiler/codecache/CheckLargePages.java
Reproducible: 10/10
Platform: Oracle Linux 8.9 with huge pages configured (Oracle-Linux-8.9-2024.04.19-0)
---------- Error Message:
Exception: java.lang.RuntimeException: 'CodeCache: min=1[gG] max=1[gG] base=[^ ]+ size=1[gG] page_size=1[gG]' missing from stdout/stderr
# The following assert fails:
out.shouldMatch("CodeCache: min=1[gG] max=1[gG] base=[^ ]+ size=1[gG] page_size=1[gG]");
# Actual output
[0.002s][info][pagesize] CodeCache: min=1G max=1G base=0x00007f4040000000 size=1G page_size=2M
Reproducible: 10/10
Platform: Oracle Linux 8.9 with huge pages configured (Oracle-Linux-8.9-2024.04.19-0)
---------- Error Message:
Exception: java.lang.RuntimeException: 'CodeCache: min=1[gG] max=1[gG] base=[^ ]+ size=1[gG] page_size=1[gG]' missing from stdout/stderr
# The following assert fails:
out.shouldMatch("CodeCache: min=1[gG] max=1[gG] base=[^ ]+ size=1[gG] page_size=1[gG]");
# Actual output
[0.002s][info][pagesize] CodeCache: min=1G max=1G base=0x00007f4040000000 size=1G page_size=2M
- relates to
-
JDK-8321526 StaticHugePageSupport::pagesizes() should only return page sizes with non-zero nr_hugepages
- Open
- links to
-
Commit(master) openjdk/jdk/e7f0bf11
-
Review(master) openjdk/jdk/21757