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

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp425 bool is_marked_for_reclamation() const { return _marked_for_reclamation; } function in class:nmethod
H A Dnmethod.cpp1384 assert(is_marked_for_reclamation() || (is_osr_method() && is_unloaded()), "must be marked for reclamation");
/openjdk7/hotspot/src/share/vm/runtime/
H A Dsweeper.cpp399 if (nm->is_marked_for_reclamation()) {

Completed in 34 milliseconds