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

JPEG reader has a memory leak

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P1 P1
    • 1.4.0
    • 1.0
    • client-libs
    • None
    • beta
    • generic
    • solaris_7

        The JPEG reader leaks memory in the native heap unless its dispose() method
      is called explicitly. Although dispose() is called from finalize(), it
      is possible for the native heap to run out of space before the garbage collector
      is able to perform the needed finalizations.

        Methods in ImageIO that create readers that are not returned to the caller
      should call dispose() in order to reduce the chances of running out of memory.

            dricesunw Daniel Rice (Inactive)
            dricesunw Daniel Rice (Inactive)
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: