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

[JVMCI] release JNI handles in shared library properly

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Duplicate
    • Icon: P4 P4
    • 13
    • 13
    • hotspot

      Interfacing with the JVMCI shared library uses JNI which means calls into the shared library from the VM that return object values will be holding onto a local JNI handle. To release this handle, the call needs to be in the scope of a JNI local handles frame that releases the local handles when the scope exits.

            dnsimon Douglas Simon
            dnsimon Douglas Simon
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

              Created:
              Updated:
              Resolved: