-
Bug
-
Resolution: Fixed
-
P4
-
18
-
master
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
- csr for
-
JDK-8364778 Remove the terminally deprecated finalize() method from javax.imageio.stream APIs
-
- Closed
-
- links to
-
Commit(master) openjdk/jdk/0858743d
-
Review(master) openjdk/jdk/26650