8216424: Remove TimeLivenessAnalysis

Reviewed-by: kvn, thartmann
This commit is contained in:
Claes Redestad 2019-01-13 12:50:05 +01:00
parent f4edd66752
commit e3a3ae7f23
4 changed files with 4 additions and 211 deletions

View file

@ -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") \
\