RFR: 8339542: compiler/codecache/CheckSegmentedCodeCache.java fails
Lutz Schmidt
lucy at openjdk.org
Thu Sep 26 06:38:09 UTC 2024
On systems with large page sizes, the minimum size required for non-method code heap may be larger than the value preset in the test. This effect is triggered by JDK-8334564, which increases the required minimum size such that it will not be rounded down to zero.
SAP-internal testsuite completed with no related errors. In particular, CheckSegmentedCodeCache.jave succeeds.
-------------
Commit messages:
- adjust the correct CodeHeap size
- 8339542: compiler/codecache/CheckSegmentedCodeCache.java fails
Changes: https://git.openjdk.org/jdk/pull/21179/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=21179&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8339542
Stats: 3 lines in 1 file changed: 2 ins; 0 del; 1 mod
Patch: https://git.openjdk.org/jdk/pull/21179.diff
Fetch: git fetch https://git.openjdk.org/jdk.git pull/21179/head:pull/21179
PR: https://git.openjdk.org/jdk/pull/21179
More information about the hotspot-compiler-dev
mailing list