bug-classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Bug classpath/22972] java.io.File#createTempFile returns the same file


From: audriusa at bluewin dot ch
Subject: [Bug classpath/22972] java.io.File#createTempFile returns the same file to different threads
Date: 23 Oct 2005 17:57:42 -0000


------- Comment #4 from audriusa at bluewin dot ch  2005-10-23 17:57 -------
This seems being a combination of the two problems: the method is not
synchronized and additionally it may return the same name if the previously
returned file is already deleted (also should not happen). The path is recently
proposed to fix both problems.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=22972





reply via email to

[Prev in Thread] Current Thread [Next in Thread]