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

[JVMCI] release JNI handles in shared library properly

    XMLWordPrintable

Details

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

    Description

      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.

      Attachments

        Issue Links

          Activity

            People

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

              Dates

                Created:
                Updated:
                Resolved: