src/hotspot/share/runtime/thread.hpp
changeset 54732 2d012a75d35c
parent 54669 ad45b3802d4e
child 54807 33fe50b6d707
equal deleted inserted replaced
54731:81de17a33575 54732:2d012a75d35c
  1150   // Support for high precision, thread sensitive counters in JVMCI compiled code.
  1150   // Support for high precision, thread sensitive counters in JVMCI compiled code.
  1151   jlong*    _jvmci_counters;
  1151   jlong*    _jvmci_counters;
  1152 
  1152 
  1153  public:
  1153  public:
  1154   static jlong* _jvmci_old_thread_counters;
  1154   static jlong* _jvmci_old_thread_counters;
  1155   static void collect_counters(JVMCIEnv* JVMCIENV, JVMCIPrimitiveArray array);
  1155   static void collect_counters(jlong* array, int length);
  1156  private:
  1156  private:
  1157 #endif // INCLUDE_JVMCI
  1157 #endif // INCLUDE_JVMCI
  1158 
  1158 
  1159   StackGuardState  _stack_guard_state;
  1159   StackGuardState  _stack_guard_state;
  1160 
  1160