JDK-6859143 : 6332120 needs fix for Windows (DeleteOnExit)
  • Type: Bug
  • Component: core-libs
  • Sub-Component: java.io
  • Affected Version: 1.4.2_22
  • Priority: P3
  • Status: Closed
  • Resolution: Fixed
  • OS: windows_7
  • CPU: generic
  • Submitted: 2009-07-10
  • Updated: 2010-05-06
  • Resolved: 2009-12-02
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
1.4.2_25 b01Fixed
Related Reports
Relates :  
Description
See the Comments

Comments
EVALUATION 6332120 is a Unix-only fix for too-long filename usage in DeleteOnExit. It misses the same changes which are required for Windows, in j2se/src/windows/native/java/io/WinNTFileSystem_md.c in the function wdeleteOnExit and related funtion and structure.
26-08-2009