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

ppc: pass thread to throw_AbstractMethodError

XMLWordPrintable

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

        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.

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

                Created:
                Updated:
                Resolved: