8218753: Obsolete nonproduct flag ProfilerCheckIntervals

Reviewed-by: dholmes, coleenp
This commit is contained in:
Claes Redestad 2019-02-14 11:33:45 +01:00
parent 038a979040
commit 560928deee
5 changed files with 10 additions and 50 deletions

View file

@ -749,9 +749,6 @@ define_pd_global(uint64_t,MaxRAM, 1ULL*G);
product(bool, OmitStackTraceInFastThrow, true, \
"Omit backtraces for some 'hot' exceptions in optimized code") \
\
notproduct(bool, ProfilerCheckIntervals, false, \
"Collect and print information on spacing of profiler ticks") \
\
product(bool, PrintWarnings, true, \
"Print JVM warnings to output stream") \
\