src/share/vm/runtime/java.cpp

Print this page

        

@@ -258,15 +258,10 @@
   }
 
   if (TimeLivenessAnalysis) {
     MethodLiveness::print_times();
   }
-#ifdef ASSERT
-  if (CollectIndexSetStatistics) {
-    IndexSet::print_statistics();
-  }
-#endif // ASSERT
 #endif // COMPILER2
   if (CountCompiledCalls) {
     print_method_invocation_histogram();
   }