src/hotspot/share/runtime/thread.hpp
branchJEP-349-branch
changeset 58343 ca19b94eac7a
parent 58249 e17143e28542
parent 58291 a013100f7a35
child 58495 465ba4fefe62
equal deleted inserted replaced
58271:e47423f1318b 58343:ca19b94eac7a
   751   void set_current_resource_mark(ResourceMark* rm) { _current_resource_mark = rm; }
   751   void set_current_resource_mark(ResourceMark* rm) { _current_resource_mark = rm; }
   752 #endif // ASSERT
   752 #endif // ASSERT
   753 
   753 
   754   // These functions check conditions on a JavaThread before possibly going to a safepoint,
   754   // These functions check conditions on a JavaThread before possibly going to a safepoint,
   755   // including NoSafepointVerifier.
   755   // including NoSafepointVerifier.
   756   void check_for_valid_safepoint_state(bool potential_vm_operation) NOT_DEBUG_RETURN;
   756   void check_for_valid_safepoint_state() NOT_DEBUG_RETURN;
   757   void check_possible_safepoint() NOT_DEBUG_RETURN;
   757   void check_possible_safepoint() NOT_DEBUG_RETURN;
   758 
   758 
   759  private:
   759  private:
   760   volatile int _jvmti_env_iteration_count;
   760   volatile int _jvmti_env_iteration_count;
   761 
   761 
  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;