diff -r 5d7e4d832868 -r 424e4908b4b8 src/hotspot/share/runtime/java.cpp --- a/src/hotspot/share/runtime/java.cpp Sat Jan 12 13:33:18 2019 +0100 +++ b/src/hotspot/share/runtime/java.cpp Sun Jan 13 12:50:05 2019 +0100 @@ -81,7 +81,6 @@ #endif #ifdef COMPILER2 #include "code/compiledIC.hpp" -#include "compiler/methodLiveness.hpp" #include "opto/compile.hpp" #include "opto/indexSet.hpp" #include "opto/runtime.hpp" @@ -258,10 +257,6 @@ if (PrintLockStatistics || PrintPreciseBiasedLockingStatistics || PrintPreciseRTMLockingStatistics) { OptoRuntime::print_named_counters(); } - - if (TimeLivenessAnalysis) { - MethodLiveness::print_times(); - } #ifdef ASSERT if (CollectIndexSetStatistics) { IndexSet::print_statistics();