hotspot/src/share/vm/runtime/threadLocalStorage.hpp
changeset 950 6112b627bb36
parent 1 489c9b5090e2
child 1217 5eb97f366a6a
--- a/hotspot/src/share/vm/runtime/threadLocalStorage.hpp	Sat Jul 19 17:38:22 2008 -0400
+++ b/hotspot/src/share/vm/runtime/threadLocalStorage.hpp	Mon Jul 28 14:07:44 2008 -0400
@@ -47,6 +47,7 @@
   // Initialization
   // Called explicitly from VMThread::activate_system instead of init_globals.
   static void init();
+  static bool is_initialized();
 
  private:
   static int     _thread_index;