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.
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.
- relates to
-
JDK-6800586 -XX:+PrintGCDateStamps is using mt-unsafe localtime function
-
- Closed
-