Details
-
Bug
-
Resolution: Fixed
-
P4
-
None
-
None
-
b65
-
Verified
Description
com.sun.naming.internal.ResourceManager.getApplicationResources() does not close the input streams it gets from helper.getResources() and helper.getJavaHomeLibStream().
While they will eventually be garbage collected and finalised, not calling close() means that the file descriptors are open longer than they need to, potentially causing a descriptor limit to be reached.
See http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1197
While they will eventually be garbage collected and finalised, not calling close() means that the file descriptors are open longer than they need to, potentially causing a descriptor limit to be reached.
See http://icedtea.classpath.org/bugzilla/show_bug.cgi?id=1197
Attachments
Issue Links
- relates to
-
JDK-8003263 redundant cast build failure after 8003120
- Closed