mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8218753: Obsolete nonproduct flag ProfilerCheckIntervals
Reviewed-by: dholmes, coleenp
This commit is contained in:
parent
038a979040
commit
560928deee
5 changed files with 10 additions and 50 deletions
|
@ -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") \
|
||||
\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue