src/share/vm/runtime/java.cpp

Print this page

        

*** 258,272 **** } if (TimeLivenessAnalysis) { MethodLiveness::print_times(); } - #ifdef ASSERT - if (CollectIndexSetStatistics) { - IndexSet::print_statistics(); - } - #endif // ASSERT #endif // COMPILER2 if (CountCompiledCalls) { print_method_invocation_histogram(); } --- 258,267 ----