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

[aix] on Aix, VM cannot be initialized on the primordial thread.

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P4 P4
    • 10
    • 9
    • hotspot
    • None

      There are multiple issues associated with running on the primordial thread:
      - It was deemed impossible to get the stack dimensions of the primordial thread (the corresponding pthread API did not work in this case)
      - The primordial thread stack may have a different page layout than the pthread stacks, because they are different memory types. This makes guard page establishment at least difficult.

      All these issues should be rechecked for modern AIX versions, and, if possible, solved.

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

              Created:
              Updated:
              Resolved: