diff src/share/vm/runtime/threadLocalStorage.hpp @ 356:1ee8caae33af

Merge
author tonyp
date Thu, 21 Aug 2008 23:36:31 -0400
parents d95b224e9f17
children 9ee9cf798b59
line wrap: on
line diff
--- a/src/share/vm/runtime/threadLocalStorage.hpp	Wed Aug 06 11:57:31 2008 -0400
+++ b/src/share/vm/runtime/threadLocalStorage.hpp	Thu Aug 21 23:36:31 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;