8216359: Remove develop flags TraceCompilationPolicy and TimeCompilationPolicy

Reviewed-by: neliasso, thartmann
This commit is contained in:
Claes Redestad 2019-01-08 16:09:54 +01:00
parent bd8f4a115c
commit 9f24c65113
4 changed files with 1 additions and 48 deletions

View file

@ -1,5 +1,5 @@
/*
* Copyright (c) 1997, 2018, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 1997, 2019, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
@ -292,9 +292,6 @@ void print_statistics() {
print_method_profiling_data();
if (TimeCompilationPolicy) {
CompilationPolicy::policy()->print_time();
}
if (TimeOopMap) {
GenerateOopMap::print_time();
}