src/share/vm/runtime/threadLocalStorage.hpp

changeset 677
d95b224e9f17
parent 435
a61af66fc99e
child 772
9ee9cf798b59
     1.1 --- a/src/share/vm/runtime/threadLocalStorage.hpp	Sat Jul 19 17:38:22 2008 -0400
     1.2 +++ b/src/share/vm/runtime/threadLocalStorage.hpp	Mon Jul 28 14:07:44 2008 -0400
     1.3 @@ -47,6 +47,7 @@
     1.4    // Initialization
     1.5    // Called explicitly from VMThread::activate_system instead of init_globals.
     1.6    static void init();
     1.7 +  static bool is_initialized();
     1.8  
     1.9   private:
    1.10    static int     _thread_index;

mercurial