diff -r 9a5271881bc0 -r 6112b627bb36 hotspot/src/share/vm/runtime/threadLocalStorage.hpp --- 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;