--- old/src/share/vm/gc_implementation/g1/g1RemSet.cpp 2018-06-14 06:30:02.563800928 -0700 +++ new/src/share/vm/gc_implementation/g1/g1RemSet.cpp 2018-06-14 06:30:02.442790083 -0700 @@ -442,7 +442,7 @@ bool G1RemSet::refine_card(jbyte* card_ptr, uint worker_i, bool check_for_refs_into_cset) { assert(_g1->is_in_exact(_ct_bs->addr_for(card_ptr)), - err_msg("Card at "PTR_FORMAT" index "SIZE_FORMAT" representing heap at "PTR_FORMAT" (%u) must be in committed heap", + err_msg("Card at " PTR_FORMAT " index " SIZE_FORMAT " representing heap at " PTR_FORMAT " (%u) must be in committed heap", p2i(card_ptr), _ct_bs->index_for(_ct_bs->addr_for(card_ptr)), _ct_bs->addr_for(card_ptr),