mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +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
|
@ -58,13 +58,6 @@ class PeriodicTask: public CHeapObj<mtInternal> {
|
|||
// Can only be called by the WatcherThread
|
||||
static void real_time_tick(int delay_time);
|
||||
|
||||
#ifndef PRODUCT
|
||||
static elapsedTimer _timer; // measures time between ticks
|
||||
static int _ticks; // total number of ticks
|
||||
static int _intervalHistogram[max_interval]; // to check spacing of timer interrupts
|
||||
public:
|
||||
static void print_intervals();
|
||||
#endif
|
||||
// Only the WatcherThread can cause us to execute PeriodicTasks
|
||||
friend class WatcherThread;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue