mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-19 02:24:40 +02:00
8216359: Remove develop flags TraceCompilationPolicy and TimeCompilationPolicy
Reviewed-by: neliasso, thartmann
This commit is contained in:
parent
bd8f4a115c
commit
9f24c65113
4 changed files with 1 additions and 48 deletions
|
@ -1496,12 +1496,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
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") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue