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

Reading a JPEG image with an ICC profiles triggers a memory leak

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P2 P2
    • 1.4.0
    • 1.4.0
    • client-libs
    • None
    • beta2
    • generic
    • solaris_7

      Reading a JPEG image with an ICC profile causes a Java language array to be
      filled in from native code. The array is "pinned" using GetPrimitiveArrayCritical, but it is never unpinned. This will either case
      a memory leak, as copies of the array prolifierate, and/or cause garbage
      collection to halt indefinitely.

            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: