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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.hpp57 static int _number_of_flushes; // Total of full traversals caused by full cache member in class:NMethodSweeper
72 static int number_of_flushes() { return _number_of_flushes; }
H A Dsweeper.cpp149 int NMethodSweeper::_number_of_flushes = 0; // Total of full traversals caused by full cache member in class:NMethodSweeper
593 _number_of_flushes++;

Completed in 1993 milliseconds