src/hotspot/share/runtime/thread.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/hotspot/share/runtime/thread.hpp	Sat May  4 16:22:58 2019
--- new/src/hotspot/share/runtime/thread.hpp	Sat May  4 16:22:56 2019

*** 1150,1160 **** --- 1150,1160 ---- // Support for high precision, thread sensitive counters in JVMCI compiled code. jlong* _jvmci_counters; public: static jlong* _jvmci_old_thread_counters; ! static void collect_counters(JVMCIEnv* JVMCIENV, JVMCIPrimitiveArray array); ! static void collect_counters(jlong* array, int length); private: #endif // INCLUDE_JVMCI StackGuardState _stack_guard_state;

src/hotspot/share/runtime/thread.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File