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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp2102 int _ref_counter_limit; member in class:G1CMKeepAliveAndDrainClosure
2108 _ref_counter_limit(G1RefProcDrainInterval) {
2109 assert(_ref_counter_limit > 0, "sanity");
2111 _ref_counter = _ref_counter_limit;
2130 // We have dealt with _ref_counter_limit references, pushing them
2152 _ref_counter = _ref_counter_limit;

Completed in 41 milliseconds