< prev index next >

src/hotspot/share/gc/z/zStat.cpp

Print this page

        

*** 1253,1264 **** size_t used_low) { _at_relocate_end.capacity = capacity; _at_relocate_end.capacity_high = capacity; _at_relocate_end.capacity_low = _at_mark_start.capacity; _at_relocate_end.reserve = reserve(used); ! _at_relocate_end.reserve_high = reserve(used_high); ! _at_relocate_end.reserve_low = reserve(used_low); _at_relocate_end.garbage = _at_mark_end.garbage - reclaimed; _at_relocate_end.allocated = allocated; _at_relocate_end.reclaimed = reclaimed; _at_relocate_end.used = used; _at_relocate_end.used_high = used_high; --- 1253,1264 ---- size_t used_low) { _at_relocate_end.capacity = capacity; _at_relocate_end.capacity_high = capacity; _at_relocate_end.capacity_low = _at_mark_start.capacity; _at_relocate_end.reserve = reserve(used); ! _at_relocate_end.reserve_high = reserve(used_low); ! _at_relocate_end.reserve_low = reserve(used_high); _at_relocate_end.garbage = _at_mark_end.garbage - reclaimed; _at_relocate_end.allocated = allocated; _at_relocate_end.reclaimed = reclaimed; _at_relocate_end.used = used; _at_relocate_end.used_high = used_high;
< prev index next >