Searched refs:_ticks (Results 1 - 3 of 3) sorted by relevance

/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/
H A DconcurrentMarkSweepThread.hpp271 intx _ticks; member in class:CMSLoopCountWarn
276 _src(src), _msg(msg), _threshold(threshold), _ticks(0) { }
279 _ticks++;
280 if (CMSLoopWarn && _ticks % _threshold == 0) {
281 warning("%s has looped %d times %s", _src, _ticks, _msg);
/openjdk7/hotspot/src/share/vm/runtime/
H A Dtask.cpp52 int PeriodicTask::_ticks; member in class:PeriodicTask
58 if (n > 0) tty->print_cr("%3d: %5d (%4.1f%%)", i, n, 100.0 * n / _ticks);
67 _ticks++;
H A Dtask.hpp61 static int _ticks; // total number of ticks member in class:PeriodicTask

Completed in 31 milliseconds