Integrated: 8280056: gtest/LargePageGtests.java#use-large-pages failed "os.release_one_mapping_multi_commits_vm"
Afshin Zafari
azafari at openjdk.org
Fri Jan 12 08:24:32 UTC 2024
On Wed, 18 Oct 2023 10:07:46 GMT, Afshin Zafari <azafari at openjdk.org> wrote:
> The `attempt_allocate_memory_at(addr, size)` may fail for some reasons that `::mmap` will report. To find out why an attempt failed, an `int *` is passed down deep to the `::mmap` to return the `ERRNO` back to the callers.
> This error code is used in gTest test case to show a proper message.
>
> The changed test case never failed after 10K+ repetitions, but in case it happens in future the reason is also printed out.
This pull request has now been integrated.
Changeset: 66520be7
Author: Afshin Zafari <azafari at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/66520be7a752ebade6c88d164bc87c4bfcfce40a
Stats: 19 lines in 1 file changed: 9 ins; 4 del; 6 mod
8280056: gtest/LargePageGtests.java#use-large-pages failed "os.release_one_mapping_multi_commits_vm"
Reviewed-by: stuefe, gziemski
-------------
PR: https://git.openjdk.org/jdk/pull/16240
More information about the hotspot-runtime-dev
mailing list