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

JVMTI spec: native library could be unloaded underneath system thread

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Won't Fix
    • Icon: P5 P5
    • tbd
    • 1.3.0
    • hotspot
    • generic
    • solaris_7

      The JVMDI RunDebugThread and JVMPI CreateSystemThread interfaces allow a thread
      to be created whose main function is native. If the function is in a native
      library, that library can be unloaded when the ClassLoader that loaded it is
      finalized. After the library has been unloaded, the system thread could still
      be running code in the library, causing unpredictable results or a crash.

      dean.long@Eng 2001-05-03

            Unassigned Unassigned
            dlong Dean Long
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: