src/hotspot/share/runtime/java.cpp
changeset 53264 424e4908b4b8
parent 53194 c4a64760b1b0
child 53582 881c5fbeb849
--- 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();