Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8155881 JNI Specification for DetachCurrentThread needs modification in relation to pending exceptions
  3. JDK-8179050

Release Note: The JNI function DetachCurrentThread must tolerate pending exceptions

XMLWordPrintable

    • Verified

      The JNI function `DetachCurrentThread` has been added to the list of JNI functions that can safely be called with an exception pending. The HotSpot Virtual Machine has always supported this as it reports that the exception occurred in a similar manner to the default handling of uncaught exceptions at the Java level. Other implementations are not obligated to do anything with the pending exception.

            dholmes David Holmes
            dholmes David Holmes
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: