mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-17 17:44:40 +02:00
8178825: unused variable threadObj in jvmci_counters_include
Reviewed-by: ccheung
This commit is contained in:
parent
f9baaf99ac
commit
97c2167e1c
1 changed files with 0 additions and 1 deletions
|
@ -1495,7 +1495,6 @@ void WatcherThread::print_on(outputStream* st) const {
|
|||
jlong* JavaThread::_jvmci_old_thread_counters;
|
||||
|
||||
bool jvmci_counters_include(JavaThread* thread) {
|
||||
oop threadObj = thread->threadObj();
|
||||
return !JVMCICountersExcludeCompiler || !thread->is_Compiler_thread();
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue