Some JNI calls made without checking exceptions in glass

XMLWordPrintable

    • Type: Bug
    • Resolution: Unresolved
    • Priority: P4
    • tbd
    • Affects Version/s: jfx20
    • Component/s: javafx
    • None

      Some of the JNI method calls in glass -- at least for the Mac platform -- are make without checking for pending exceptions. This leads to warnings when running JavaFX applications.

      If you run any JavaFX application with -Xcheck:jni you will see several warnings of the following form:

      WARNING in native method: JNI call made without checking exceptions when required to from CallVoidMethod

      We should fix up the Mac glass code and check the other platforms.

      See JDK-8306030 for more information.

            Assignee:
            Jayathirth D V
            Reporter:
            Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated: