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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.hpp328 bool scan_in_progress() { return _scan_in_progress; } function in class:VALUE_OBJ_CLASS_SPEC
H A DconcurrentMark.cpp336 assert(!scan_in_progress(), "pre-condition");
377 assert(scan_in_progress(), "pre-condition");
393 if (!scan_in_progress()) return false;
397 while (scan_in_progress()) {
1082 // scan_in_progress() will have been set to true only if there was
1085 if (root_regions()->scan_in_progress()) {

Completed in 37 milliseconds