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

java heap memory not released when vm exits

XMLWordPrintable

    • Icon: Enhancement Enhancement
    • Resolution: Unresolved
    • Icon: P5 P5
    • tbd
    • 1.2.2
    • hotspot
    • gc
    • Cause Known
    • generic
    • generic

      When the JVM exits, the memory used for the java heap is not released back to the O/S. For applications launched from the command line with 'java' this is not a problem because the O/S reclaims all resources used by the process after it terminates. However, applications that use the JNI invocation api to start the JVM and that continue to run after the JVM exits will see that the java heap memory (which can be very large) has been leaked.

            Unassigned Unassigned
            jcoomes John Coomes (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Imported:
              Indexed: