8218753: Obsolete nonproduct flag ProfilerCheckIntervals

Reviewed-by: dholmes, coleenp
This commit is contained in:
Claes Redestad 2019-02-14 11:33:45 +01:00
parent 038a979040
commit 560928deee
5 changed files with 10 additions and 50 deletions

View file

@ -291,9 +291,6 @@ void print_statistics() {
if (TimeOopMap) {
GenerateOopMap::print_time();
}
if (ProfilerCheckIntervals) {
PeriodicTask::print_intervals();
}
if (PrintSymbolTableSizeHistogram) {
SymbolTable::print_histogram();
}