src/hotspot/share/runtime/java.cpp
changeset 53750 2cf90fac6e39
parent 53582 881c5fbeb849
child 54623 1126f0607c70
--- a/src/hotspot/share/runtime/java.cpp	Thu Feb 14 01:25:04 2019 +0100
+++ b/src/hotspot/share/runtime/java.cpp	Thu Feb 14 11:33:45 2019 +0100
@@ -291,9 +291,6 @@
   if (TimeOopMap) {
     GenerateOopMap::print_time();
   }
-  if (ProfilerCheckIntervals) {
-    PeriodicTask::print_intervals();
-  }
   if (PrintSymbolTableSizeHistogram) {
     SymbolTable::print_histogram();
   }