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

Assertion poison page established too early

XMLWordPrintable

    • 11
    • b04

        8191101 "Show register content in hs-err file on assert" added a mechanism to show registers when an assert happens, using a one-shot poison page mechanism.

        This poison page is established using os::reserve_memory and friends. However, this happens at a point where os:: subsystem initialization did not run completely through. This causes errors for features used by the os:: subsystem which did not have a chance to be initialized yet, eg the NUMA aware allocation.

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

                Created:
                Updated:
                Resolved: