Searched defs:_marked_for_reclamation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/hotspot/src/share/vm/code/
H A Dnmethod.hpp169 bool _marked_for_reclamation; // Used by NMethodSweeper (set only by sweeper) member in class:nmethod
425 bool is_marked_for_reclamation() const { return _marked_for_reclamation; }
426 void mark_for_reclamation() { _marked_for_reclamation = 1; }

Completed in 51 milliseconds