--- old/src/share/vm/gc_implementation/g1/heapRegionManager.cpp 2018-06-14 06:30:06.160123238 -0700 +++ new/src/share/vm/gc_implementation/g1/heapRegionManager.cpp 2018-06-14 06:30:05.999108807 -0700 @@ -432,7 +432,7 @@ HeapRegion* hr = _regions.get_by_index(i); guarantee(hr != NULL, err_msg("invariant: i: %u", i)); guarantee(!prev_committed || hr->bottom() == prev_end, - err_msg("invariant i: %u "HR_FORMAT" prev_end: "PTR_FORMAT, + err_msg("invariant i: %u " HR_FORMAT " prev_end: " PTR_FORMAT, i, HR_FORMAT_PARAMS(hr), p2i(prev_end))); guarantee(hr->hrm_index() == i, err_msg("invariant: i: %u hrm_index(): %u", i, hr->hrm_index()));