-
Bug
-
Resolution: Fixed
-
P1
-
1.0
-
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.
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.