Loading... (original) (raw)
Type:
Enhancement
Resolution: Unresolved
Priority:
P4
Fix Version/s: tbd
Affects Version/s: 10
Component/s: hotspot
Labels:
NoneSubcomponent:
gc
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
JDK-8192898 AIX build broken after JDK-8190308
- Resolved
relates to
JDK-8190308 Implementation: JEP 316: Heap Allocation on Alternative Memory Devices
- Closed