Loading... (original) (raw)

JDK-8190308

introduced a function using MAP_NORESERVE flag on mmap(). But this is not specified in POSIX[1]. So move this flag out of os_posix.cpp.

In addition, move MAP_ANONYMOUS as well since this is also not specified.

Currently AIX is the only OS reporting this problem.

[1]: http://pubs.opengroup.org/onlinepubs/009695399/functions/mmap.html

duplicates

Bug - A problem which impairs or prevents the functions of the product. JDK-8192898 AIX build broken after JDK-8190308

relates to

Sub-task - The sub-task of the issue JDK-8190308 Implementation: JEP 316: Heap Allocation on Alternative Memory Devices