Details
-
Type:
Bug
-
Status: Open
-
Priority:
P4
-
Resolution: Unresolved
-
Affects Version/s: 18
-
Fix Version/s: tbd
-
Component/s: client-libs
-
Labels:
-
Subcomponent:
Description
Without diving into the specifics of each case there are multiple uses of finalize() in the ImageI/O API as follows :-
javax.imageio.spi.ServiceRegistry.finalize()
and uses on these input and output stream classes :
javax.imageio.stream.ImageInputStreamImpl.finalize(
and in sub-classes
javax.imageio.stream.FileImageInputStream.finalize()
javax.imageio.stream.FileCacheImageInputStream.finalize()
javax.imageio.stream.MemoryCacheImageInputStream.finalize()
and also
javax.imageio.stream.FileImageOutputStream.finalize()
We will need to devise replacement solutions for these