hotspot/src/share/vm/runtime/os.cpp
changeset 11417 4ecc3253bec4
parent 10739 91935236600e
child 11480 1bf714e8adb4
--- a/hotspot/src/share/vm/runtime/os.cpp	Mon Dec 26 20:36:01 2011 -0500
+++ b/hotspot/src/share/vm/runtime/os.cpp	Sun Jan 01 11:17:59 2012 -0500
@@ -82,6 +82,12 @@
 julong os::free_bytes = 0;          // # of bytes freed
 #endif
 
+void os_init_globals() {
+  // Called from init_globals().
+  // See Threads::create_vm() in thread.cpp, and init.cpp.
+  os::init_globals();
+}
+
 // Fill in buffer with current local time as an ISO-8601 string.
 // E.g., yyyy-mm-ddThh:mm:ss-zzzz.
 // Returns buffer, or NULL if it failed.