Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2178907 | 7 | Igor Veresov | P3 | Closed | Fixed | b59 |
JDK-2180620 | 6u18 | Igor Veresov | P3 | Closed | Fixed | b01 |
JDK-2177730 | 6u14p | Igor Veresov | P3 | Resolved | Fixed | b03 |
JDK-2177704 | hs16 | Igor Veresov | P3 | Closed | Fixed | b03 |
The semantics of os::uncommit_memory() has changes with the fix for 6541756 (Reduce executable C-heap). This function is used in the NUMA-aware allocator to free pages. Instead, now it does an mmap(PROT_NONE), which causes the VM to trap on the next access.
- backported by
-
JDK-2177730 NUMA allocator: Segfault during startup on Linux
- Resolved
-
JDK-2177704 NUMA allocator: Segfault during startup on Linux
- Closed
-
JDK-2178907 NUMA allocator: Segfault during startup on Linux
- Closed
-
JDK-2180620 NUMA allocator: Segfault during startup on Linux
- Closed
- duplicates
-
JDK-6843492 bad interdependent functions invocation in mutableNUMASpace
- Closed