src/hotspot/share/runtime/thread.hpp
changeset 58282 03fce7b04b42
parent 58243 c67f514fdd54
child 58291 a013100f7a35
equal deleted inserted replaced
58281:49836127542b 58282:03fce7b04b42
  1141   jlong*    _jvmci_counters;
  1141   jlong*    _jvmci_counters;
  1142 
  1142 
  1143  public:
  1143  public:
  1144   static jlong* _jvmci_old_thread_counters;
  1144   static jlong* _jvmci_old_thread_counters;
  1145   static void collect_counters(jlong* array, int length);
  1145   static void collect_counters(jlong* array, int length);
  1146 
  1146   void resize_counters(int current_size, int new_size);
  1147   bool resize_counters(int current_size, int new_size);
  1147   static void resize_all_jvmci_counters(int new_size);
  1148 
       
  1149   static bool resize_all_jvmci_counters(int new_size);
       
  1150 
  1148 
  1151  private:
  1149  private:
  1152 #endif // INCLUDE_JVMCI
  1150 #endif // INCLUDE_JVMCI
  1153 
  1151 
  1154   StackGuardState  _stack_guard_state;
  1152   StackGuardState  _stack_guard_state;