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

ppc: pass thread to throw_AbstractMethodError

    XMLWordPrintable

Details

    • Bug
    • Status: Resolved
    • P4
    • Resolution: Fixed
    • 8u20, 8u40, 8u60, 9
    • 9
    • hotspot
    • None
    • b64
    • ppc

    Backports

      Description

        The interpreter is not passing the thread to InterpreterRuntime::throw_AbstractMethodError. This leads to
        SIGSEGV in rare cases.
        Fix: add the thread register to the call_VM_leaf() call.

        Also sharpen recognition of safepoints in signal handler. This SIGSEGV was taken as a safepoint, leading to follow up errors.

        Attachments

          Issue Links

            Activity

              People

                goetz Goetz Lindenmaier
                goetz Goetz Lindenmaier
                Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                  Created:
                  Updated:
                  Resolved: