hg: jdk7/hotspot-gc/hotspot: 6800586: -XX:+PrintGCDateStamps is using mt-unsafe localtime function

y.s.ramakrishna at sun.com y.s.ramakrishna at sun.com
Mon Feb 9 22:54:08 UTC 2009


Changeset: 773234c55e8c
Author:    ysr
Date:      2009-02-09 12:26 -0800
URL:       http://hg.openjdk.java.net/jdk7/hotspot-gc/hotspot/rev/773234c55e8c

6800586: -XX:+PrintGCDateStamps is using mt-unsafe localtime function
Summary: replaced localtime() with localtime_r() on Solaris and Linux.
Reviewed-by: apetrusenko, dholmes, jmasa

! src/os/linux/vm/os_linux.cpp
! src/os/solaris/vm/os_solaris.cpp
! src/os/windows/vm/os_windows.cpp
! src/share/vm/runtime/os.cpp
! src/share/vm/runtime/os.hpp




More information about the hotspot-gc-dev mailing list