mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8216424: Remove TimeLivenessAnalysis
Reviewed-by: kvn, thartmann
This commit is contained in:
parent
f4edd66752
commit
e3a3ae7f23
4 changed files with 4 additions and 211 deletions
|
@ -1327,9 +1327,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
|
|||
develop(bool, TypeProfileCasts, true, \
|
||||
"treat casts like calls for purposes of type profiling") \
|
||||
\
|
||||
develop(bool, TimeLivenessAnalysis, false, \
|
||||
"Time computation of bytecode liveness analysis") \
|
||||
\
|
||||
develop(bool, TraceLivenessGen, false, \
|
||||
"Trace the generation of liveness analysis information") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue