RFR: JDK-8257042: [aix] Disable os.release_one_mapping_multi_commits_vm gtest
Thomas Stuefe
stuefe at openjdk.java.net
Wed Nov 25 08:04:01 UTC 2020
On AIX, os::release_memory() cannot release multi-mappings since os::reserve_memory() may return system V shared memory instead of the usual mmapped memory. This makes a new gtest fail.
This is very difficult to fix, therefore lets just disable this test for now.
For details about the underlying issue, see https://bugs.openjdk.java.net/browse/JDK-8257041.
--
patch disables the test for AIX, and also needs to disable the local reserve helper function to avoid an "unused symbol" warning.
-------------
Commit messages:
- disable multi map test on aix
Changes: https://git.openjdk.java.net/jdk/pull/1426/files
Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=1426&range=00
Issue: https://bugs.openjdk.java.net/browse/JDK-8257042
Stats: 4 lines in 1 file changed: 4 ins; 0 del; 0 mod
Patch: https://git.openjdk.java.net/jdk/pull/1426.diff
Fetch: git fetch https://git.openjdk.java.net/jdk pull/1426/head:pull/1426
PR: https://git.openjdk.java.net/jdk/pull/1426
More information about the hotspot-runtime-dev
mailing list