diff src/os/solaris/vm/os_solaris.cpp @ 548: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
author ysr
date Mon, 09 Feb 2009 12:26:05 -0800
parents 8a25d96bcf08
children 0fbdb4381b99 6af0a709d52b
line wrap: on
line diff
--- a/src/os/solaris/vm/os_solaris.cpp	Mon Feb 09 17:33:06 2009 +0300
+++ b/src/os/solaris/vm/os_solaris.cpp	Mon Feb 09 12:26:05 2009 -0800
@@ -323,6 +323,10 @@
   return (size_t)(base - bottom);
 }
 
+struct tm* os::localtime_pd(const time_t* clock, struct tm*  res) {
+  return localtime_r(clock, res);
+}
+
 // interruptible infrastructure
 
 // setup_interruptible saves the thread state before going into an