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

/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.hpp99 static void speculative_disconnect_nmethods(bool was_full); // Called by vm op to deal with alloc failure
102 static bool was_full() { return _was_full; } function in class:NMethodSweeper
H A Dsweeper.cpp214 if (was_full()) {
524 if ((!was_full()) && (is_full)) {
575 if (was_full()) {

Completed in 44 milliseconds