src/share/vm/gc_implementation/g1/heapRegionManager.cpp

changeset 9327
f96fcd9e1e1b
parent 7835
e5406a79ae90
child 9448
73d689add964
     1.1 --- a/src/share/vm/gc_implementation/g1/heapRegionManager.cpp	Tue Feb 23 18:58:36 2016 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/heapRegionManager.cpp	Thu Jun 14 09:15:08 2018 -0700
     1.3 @@ -432,7 +432,7 @@
     1.4      HeapRegion* hr = _regions.get_by_index(i);
     1.5      guarantee(hr != NULL, err_msg("invariant: i: %u", i));
     1.6      guarantee(!prev_committed || hr->bottom() == prev_end,
     1.7 -              err_msg("invariant i: %u "HR_FORMAT" prev_end: "PTR_FORMAT,
     1.8 +              err_msg("invariant i: %u " HR_FORMAT " prev_end: " PTR_FORMAT,
     1.9                        i, HR_FORMAT_PARAMS(hr), p2i(prev_end)));
    1.10      guarantee(hr->hrm_index() == i,
    1.11                err_msg("invariant: i: %u hrm_index(): %u", i, hr->hrm_index()));

mercurial