comparison src/share/vm/runtime/threadLocalStorage.hpp @ 242:d95b224e9f17

6721093: -XX:AppendRatio=N not supported Summary: Add mechanism to ignore unsupported flags for a set period of time Reviewed-by: acorn, never, coleenp
author kamg
date Mon, 28 Jul 2008 14:07:44 -0400
parents a61af66fc99e
children 9ee9cf798b59
comparison
equal deleted inserted replaced
237:1fdb98a17101 242:d95b224e9f17
45 static inline void set_thread_index(int index) { _thread_index = index; } 45 static inline void set_thread_index(int index) { _thread_index = index; }
46 46
47 // Initialization 47 // Initialization
48 // Called explicitly from VMThread::activate_system instead of init_globals. 48 // Called explicitly from VMThread::activate_system instead of init_globals.
49 static void init(); 49 static void init();
50 static bool is_initialized();
50 51
51 private: 52 private:
52 static int _thread_index; 53 static int _thread_index;
53 54
54 static void generate_code_for_get_thread(); 55 static void generate_code_for_get_thread();