Searched refs:_seen (Results 1 - 2 of 2) sorted by relevance

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.hpp36 static int _seen; // Nof. nmethod we have currently processed in current pass of CodeCache member in class:NMethodSweeper
H A Dsweeper.cpp131 int NMethodSweeper::_seen = 0 ; // No. of nmethods we have currently processed in current pass of CodeCache member in class:NMethodSweeper
191 _seen = 0;
267 tty->print_cr("### Sweep at %d out of %d. Invocations left: %d", _seen, CodeCache::nof_nmethods(), _invocations);
275 int todo = (CodeCache::nof_nmethods() - _seen) / _invocations;
287 tty->print_cr("### Sweep at %d out of %d, invocation: %d, yielding to safepoint", _seen, CodeCache::nof_nmethods(), _invocations);
306 _seen++;

Completed in 1476 milliseconds