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

Stack walk across optimized entry frame on fresh native thread fails

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • None
    • repo-panama
    • tools

      When native code creates a new thread and calls a Panama upcall, and during that upcall a stack walk is triggered, getting the sender frame for the entry frame is not possible, and should not be attempted.

      For JNI this case is handled already, but for Panama upcalls it is not, and the VM will either hit an assert or crash.

            jvernee Jorn Vernee
            jvernee Jorn Vernee
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: