< prev index next >

src/hotspot/share/runtime/globals.hpp

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

*** 1494,1509 **** \ /* compilation */ \ product(bool, UseCompiler, true, \ "Use Just-In-Time compilation") \ \ - develop(bool, TraceCompilationPolicy, false, \ - "Trace compilation policy") \ - \ - develop(bool, TimeCompilationPolicy, false, \ - "Time the compilation policy") \ - \ product(bool, UseCounterDecay, true, \ "Adjust recompilation counters") \ \ develop(intx, CounterHalfLifeTime, 30, \ "Half-life time of invocation counters (in seconds)") \ --- 1494,1503 ----
< prev index next >