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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A DconcurrentMark.cpp1433 size_t act_marked_bytes = hr->next_marked_bytes(); local
1437 if (exp_marked_bytes > act_marked_bytes) {
1441 hr->hrs_index(), exp_marked_bytes, act_marked_bytes);

Completed in 43 milliseconds