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

[aix] Make stack traces independent on successful vm initialization

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P4 P4
    • 10
    • 10
    • hotspot
    • None
    • b21
    • aix

      On AIX, stack trace printing (to hs_err files) is unnecessarily dependent on successful os::init() initialization. In particular, it uses os::vm_page_size() when retrieving the stack bounds for the current thread.

      This should be improved; stack tracing should be robust enough to work even if os::init() did not run or did not run successfully.

            stuefe Thomas Stuefe
            stuefe Thomas Stuefe
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: