-
Bug
-
Resolution: Fixed
-
P2
-
1.4.0, 1.4.2
-
None
-
b47
-
generic, sparc
-
generic, solaris_8
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-2127612 | 5.0u6 | Sean Coffey | P2 | Resolved | Fixed | b02 |
JDK-2127613 | 1.4.2_10 | Sean Coffey | P2 | Resolved | Fixed | b02 |
Currently both the javax/imageio/stream/FileCacheImageInputStream and
javax/imageio/stream/FileCacheImageOutputStream classes use the File.deleteOnExit
functionality. There is a known bug with this method which is most noticeable
on servers running over a long period of time. (4513817)
A shutdown hook approach suggested by PDE should be used instead for these two classes.
###@###.### 2005-06-27 12:56:09 GMT
- backported by
-
JDK-2127612 FileCacheImageInputStream and FileCacheImageOutputStream should avoid File.deleteOnExit
-
- Resolved
-
-
JDK-2127613 FileCacheImageInputStream and FileCacheImageOutputStream should avoid File.deleteOnExit
-
- Resolved
-
- duplicates
-
JDK-4513817 File.deleteOnExit consumes memory
-
- Closed
-
- relates to
-
JDK-6189812 Java2D: createFont temporary font files still open on exit aren't removed on windows
-
- Resolved
-
-
JDK-6222850 Java 2D throws Exception when launched through browser
-
- Closed
-