# HG changeset patch # User lucy # Date 1595594393 -7200 # Fri Jul 24 14:39:53 2020 +0200 # Node ID 8f2358faeddcb621b94d0937bd2394937eb20786 # Parent 7f4d7d34b92d5ee3fd70c396009b6ec3c2444b7f 8250233: -XX:+CITime triggers guarantee(events != NULL) in jvmci.cpp Reviewed-by: diff --git a/src/hotspot/share/compiler/compileBroker.cpp b/src/hotspot/share/compiler/compileBroker.cpp --- a/src/hotspot/share/compiler/compileBroker.cpp +++ b/src/hotspot/share/compiler/compileBroker.cpp @@ -2651,7 +2651,7 @@ total_compilation.add(standard_compilation); // In hosted mode, print the JVMCI compiler specific counters manually. - if (!UseJVMCICompiler) { + if (UseJVMCICompiler) { JVMCICompiler::print_compilation_timers(); } #else // INCLUDE_JVMCI