diff -r 1fdb98a17101 -r d95b224e9f17 src/share/vm/runtime/threadLocalStorage.hpp --- a/src/share/vm/runtime/threadLocalStorage.hpp Sat Jul 19 17:38:22 2008 -0400 +++ b/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;