Withdrawn: 8324781: runtime/Thread/TestAlwaysPreTouchStacks.java failed with Expected a higher ratio between stack committed and reserved
Liming Liu
duke at openjdk.org
Wed Apr 3 07:56:11 UTC 2024
On Thu, 21 Mar 2024 02:49:48 GMT, Liming Liu <duke at openjdk.org> wrote:
> The testcase failed on Oracle CI since JDK-8315923. The root cause is that Oracle CI runs Linux-5.4.17-UEK where the value of MADV_POPULATE_WRITE (23) is used as MADV_DONTEXEC which is not supported by upstream. This PR solves the testcase failure by checking the support of (MADV_POPULATE_WRITE_value + 1) for UEK releases.
This pull request has been closed without being integrated.
-------------
PR: https://git.openjdk.org/jdk/pull/18417
More information about the hotspot-runtime-dev
mailing list