JDK-6803736 : Windows: iso8601_time() uses localtime() which might be MT-unsafe on some versions of Windows
  • Type: Bug
  • Component: hotspot
  • Sub-Component: runtime
  • Affected Version: hs15
  • Priority: P5
  • Status: Closed
  • Resolution: Not an Issue
  • OS: generic
  • CPU: generic
  • Submitted: 2009-02-10
  • Updated: 2019-01-15
  • Resolved: 2014-03-24
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
tbdResolved
Related Reports
Relates :  
Description
During the recent code-review for 6800586, some review comments
came in that appeared to indicate that on some versions of Windows,
localtime() may be MT-unsafe and might therefore need to be replaced
by a suitable MT-safe version to avoid the fate described in 6800586 and
fixed in that CR for Solaris and Linux. See the comments section for the
relavant email exchanges.

Comments
Not an issue with "newer" versions of VS/Windows. Closing as Not an issue
24-03-2014