< prev index next >

src/hotspot/share/runtime/java.cpp

Print this page
rev 53194 : 8216359: Remove develop flags TraceCompilationPolicy and TimeCompilationPolicy
Reviewed-by: TBD

*** 1,7 **** /* ! * Copyright (c) 1997, 2018, 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * 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 * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 290,302 **** print_method_invocation_histogram(); } print_method_profiling_data(); - if (TimeCompilationPolicy) { - CompilationPolicy::policy()->print_time(); - } if (TimeOopMap) { GenerateOopMap::print_time(); } if (ProfilerCheckIntervals) { PeriodicTask::print_intervals(); --- 290,299 ----
< prev index next >