JDK-2152064 : After failed file close, do not repeat the close operation.
  • Type: Backport
  • Backport of: JDK-6593729
  • Component: core-libs
  • Sub-Component: java.io
  • Priority: P3
  • Status: Closed
  • Resolution: Not an Issue
  • Submitted: 2007-08-23
  • Updated: 2010-12-03
  • Resolved: 2010-09-28
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other JDK 7
5.0u14Fixed 7Resolved
Comments
SUGGESTED FIX No changes required.
27-09-2010

EVALUATION It turns out that this is not an issue in jdk7 as the java.io classes have a closed field that ensures that the native close can only be attempted once.
21-04-2008