mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8216424: Remove TimeLivenessAnalysis
Reviewed-by: kvn, thartmann
This commit is contained in:
parent
f4edd66752
commit
e3a3ae7f23
4 changed files with 4 additions and 211 deletions
|
@ -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 @@ void print_statistics() {
|
|||
if (PrintLockStatistics || PrintPreciseBiasedLockingStatistics || PrintPreciseRTMLockingStatistics) {
|
||||
OptoRuntime::print_named_counters();
|
||||
}
|
||||
|
||||
if (TimeLivenessAnalysis) {
|
||||
MethodLiveness::print_times();
|
||||
}
|
||||
#ifdef ASSERT
|
||||
if (CollectIndexSetStatistics) {
|
||||
IndexSet::print_statistics();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue