JDK-8257042 : [aix] Disable os.release_one_mapping_multi_commits_vm gtest
  • Type: Enhancement
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: 16
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: aix
  • Submitted: 2020-11-25
  • Updated: 2020-12-03
  • Resolved: 2020-11-25
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 16
16 b27Fixed
Related Reports
Relates :  
Description
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.
Comments
Changeset: e56a8df8 Author: Thomas Stuefe <stuefe@openjdk.org> Date: 2020-11-25 21:26:36 +0000 URL: https://github.com/openjdk/jdk/commit/e56a8df8
25-11-2020