src/share/vm/gc_implementation/g1/collectionSetChooser.hpp

changeset 9327
f96fcd9e1e1b
parent 6198
55fb97c4c58d
child 9448
73d689add964
     1.1 --- a/src/share/vm/gc_implementation/g1/collectionSetChooser.hpp	Tue Feb 23 18:58:36 2016 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/collectionSetChooser.hpp	Thu Jun 14 09:15:08 2018 -0700
     1.3 @@ -92,7 +92,7 @@
     1.4      regions_at_put(_curr_index, NULL);
     1.5      assert(hr->reclaimable_bytes() <= _remaining_reclaimable_bytes,
     1.6             err_msg("remaining reclaimable bytes inconsistent "
     1.7 -                   "from region: "SIZE_FORMAT" remaining: "SIZE_FORMAT,
     1.8 +                   "from region: " SIZE_FORMAT " remaining: " SIZE_FORMAT,
     1.9                     hr->reclaimable_bytes(), _remaining_reclaimable_bytes));
    1.10      _remaining_reclaimable_bytes -= hr->reclaimable_bytes();
    1.11      _curr_index += 1;

mercurial