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

Undo JDK-8304725 changes after JDK-8330181

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Not an Issue
    • Icon: P4 P4
    • tbd
    • 23
    • hotspot
    • None
    • svc

      JDK-8304725 fixed issue when calling AsyncGetCallTrace can trigger writing into the PcDescCache and causing a SIGBUS error when the current thread is not WXWrite mode on M cpu.
      It happened because PcDescCache was embedded into nmethod header located together with code in CodeCache.

      JDK-8330181 moves PcDescCache from nmethod header and from CodeCache. As result the code added by JDK-8304725 is not needed anymore and can be removed after JDK-8330181 is integrated.

            jbechberger Johannes Bechberger
            kvn Vladimir Kozlov
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: