-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0
-
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.
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.