RFR: 8339542: compiler/codecache/CheckSegmentedCodeCache.java fails
Lutz Schmidt
lucy at openjdk.org
Thu Sep 26 06:38:09 UTC 2024
On Wed, 25 Sep 2024 10:37:59 GMT, Lutz Schmidt <lucy at openjdk.org> wrote:
> 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.
@shipilev You mentioned you saw this error on multiple platforms. Could you please retest with this fix? @SAP, we encountered the issue only on linuxppc64le. Thanks.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21179#issuecomment-2376053566
More information about the hotspot-compiler-dev
mailing list