--- old/src/hotspot/share/gc/z/zStat.cpp 2018-06-05 13:28:27.613873720 +0200 +++ new/src/hotspot/share/gc/z/zStat.cpp 2018-06-05 13:28:27.355862590 +0200 @@ -1255,8 +1255,8 @@ _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.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;