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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp2103 int _ref_counter; member in class:G1CMKeepAliveAndDrainClosure
2111 _ref_counter = _ref_counter_limit;
2127 _ref_counter--;
2129 if (_ref_counter == 0) {
2152 _ref_counter = _ref_counter_limit;

Completed in 40 milliseconds