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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.hpp50 static bool _was_full; // remember if we did emergency unloading member in class:NMethodSweeper
101 static void set_was_full(bool state) { _was_full = state; }
102 static bool was_full() { return _was_full; }
H A Dsweeper.cpp143 bool NMethodSweeper::_was_full = false; member in class:NMethodSweeper

Completed in 31 milliseconds