On AIX, os::release_memory() cannot release multi-mappings since os::reserve_memory() may return system V shared memory instead of the usualy mmapped memory (JDK-8257041). This makes a new gtest fail.
This is very difficult to fix, therefore lets just disable this test for now.
This is very difficult to fix, therefore lets just disable this test for now.
- relates to
-
JDK-8257041 [aix] os::release_memory may not release the full range
- Closed