Remove unused bool
This commit is contained in:
parent
e43bf022f3
commit
dbf314c759
@ -272,7 +272,6 @@ static void post_vm_operation_event(EventExecuteVMOperation* event, VM_Operation
|
|||||||
|
|
||||||
void VMThread::evaluate_operation(VM_Operation* op) {
|
void VMThread::evaluate_operation(VM_Operation* op) {
|
||||||
ResourceMark rm;
|
ResourceMark rm;
|
||||||
const bool gcLogging = log_is_enabled(Info, gc) || log_is_enabled(Info, gc, cpu);
|
|
||||||
{
|
{
|
||||||
PerfTraceTime vm_op_timer(perf_accumulated_vm_operation_time());
|
PerfTraceTime vm_op_timer(perf_accumulated_vm_operation_time());
|
||||||
HOTSPOT_VMOPS_BEGIN(
|
HOTSPOT_VMOPS_BEGIN(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user