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

/openjdk7/hotspot/src/share/vm/gc_implementation/g1/
H A Dg1CollectedHeap.cpp5862 size_t hr_used = hr->used(); local
5880 assert(hr_pre_used == hr_used,
5881 err_msg("hr_pre_used: "SIZE_FORMAT" and hr_used: "SIZE_FORMAT" "
5882 "should be the same", hr_pre_used, hr_used));

Completed in 66 milliseconds