[aix] print program break as part of memory info into hs-err file

XMLWordPrintable

    • Type: Enhancement
    • Resolution: Fixed
    • Priority: P4
    • 11
    • Affects Version/s: 11
    • Component/s: hotspot
    • None
    • b13

      On AIX, C-Heap and pthread stacks live in the data segment, which may get suffocated by an inconveniently placed java heap. This usually happens when the java heap is placed in low address space to improve compressed-oops performace (zero based mode)

      On AIX this is a cause for sporadic false native OOMs since the native C heap cannot expand, nor can the libc place new thread stacks. Typical symptoms are ENOMEM on malloc() or EAGAIN on pthread_create.

      We already have a solution in place for this (see MaxExpectedDataSegmentSize), but for error analysis it would be helpful to know where the program break was at VM startup time and where it was at crash time.

            Assignee:
            Thomas Stuefe
            Reporter:
            Thomas Stuefe
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: