Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-6838842

NUMA allocator: Segfault during startup on Linux

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • hs15
    • hs15, 7
    • hotspot
    • None
    • gc
    • b07
    • generic
    • generic, linux
    • Verified

        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.

              iveresov Igor Veresov
              iveresov Igor Veresov
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: