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

@ -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: