src/hotspot/share/runtime/thread.cpp
changeset 49839 dd5db907ab7e
parent 49800 69d7398038c5
child 49848 fcd5df7aa235
equal deleted inserted replaced
49838:b37e0785ce0b 49839:dd5db907ab7e
  1493 #if INCLUDE_JVMCI
  1493 #if INCLUDE_JVMCI
  1494 
  1494 
  1495 jlong* JavaThread::_jvmci_old_thread_counters;
  1495 jlong* JavaThread::_jvmci_old_thread_counters;
  1496 
  1496 
  1497 bool jvmci_counters_include(JavaThread* thread) {
  1497 bool jvmci_counters_include(JavaThread* thread) {
  1498   oop threadObj = thread->threadObj();
       
  1499   return !JVMCICountersExcludeCompiler || !thread->is_Compiler_thread();
  1498   return !JVMCICountersExcludeCompiler || !thread->is_Compiler_thread();
  1500 }
  1499 }
  1501 
  1500 
  1502 void JavaThread::collect_counters(typeArrayOop array) {
  1501 void JavaThread::collect_counters(typeArrayOop array) {
  1503   if (JVMCICounterSize > 0) {
  1502   if (JVMCICounterSize > 0) {