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

changeset 9327
f96fcd9e1e1b
parent 7651
c132be0fb74d
child 9448
73d689add964
     1.1 --- a/src/share/vm/gc_implementation/g1/g1AllocRegion.cpp	Tue Feb 23 18:58:36 2016 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1AllocRegion.cpp	Thu Jun 14 09:15:08 2018 -0700
     1.3 @@ -140,7 +140,7 @@
     1.4  }
     1.5  
     1.6  void G1AllocRegion::fill_in_ext_msg(ar_ext_msg* msg, const char* message) {
     1.7 -  msg->append("[%s] %s c: %u b: %s r: "PTR_FORMAT" u: "SIZE_FORMAT,
     1.8 +  msg->append("[%s] %s c: %u b: %s r: " PTR_FORMAT " u: " SIZE_FORMAT,
     1.9                _name, message, _count, BOOL_TO_STR(_bot_updates),
    1.10                p2i(_alloc_region), _used_bytes_before);
    1.11  }
    1.12 @@ -217,7 +217,7 @@
    1.13  
    1.14      if (G1_ALLOC_REGION_TRACING > 1) {
    1.15        if (result != NULL) {
    1.16 -        jio_snprintf(rest_buffer, buffer_length, SIZE_FORMAT" "PTR_FORMAT,
    1.17 +        jio_snprintf(rest_buffer, buffer_length, SIZE_FORMAT " " PTR_FORMAT,
    1.18                       word_size, result);
    1.19        } else if (word_size != 0) {
    1.20          jio_snprintf(rest_buffer, buffer_length, SIZE_FORMAT, word_size);

mercurial