Integrated: 8312180: (bf) MappedMemoryUtils passes incorrect arguments to msync (aix)
Tyler Steele
tsteele at openjdk.org
Fri Aug 18 14:01:44 UTC 2023
On Thu, 20 Jul 2023 20:19:20 GMT, Tyler Steele <tsteele at openjdk.org> wrote:
> This change is as an alternate solution to my original proposal for [JDK-8312180](https://bugs.openjdk.org/browse/JDK-8312180).
>
> Suggested by @tstuefe.
>
> This change matches the return value of Bits.pageSize with the system page size (which is not currently true on AIX).
>
> These tests are upstream of my target test (TestByteBuffer) and results are encouraging. Tier1 testing ~in ongoing for this change~ passes with flying colours.
This pull request has now been integrated.
Changeset: fdac6a6a
Author: Tyler Steele <tsteele at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/fdac6a6ac871366614efe44aca58ab520766b5c8
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
8312180: (bf) MappedMemoryUtils passes incorrect arguments to msync (aix)
Reviewed-by: clanger, stuefe
-------------
PR: https://git.openjdk.org/jdk/pull/14963
More information about the hotspot-runtime-dev
mailing list