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

changeset 9327
f96fcd9e1e1b
parent 8310
6c57a16d0238
child 9448
73d689add964
child 9478
f3108e56b502
     1.1 --- a/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp	Tue Feb 23 18:58:36 2016 -0500
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1GCPhaseTimes.cpp	Thu Jun 14 09:15:08 2018 -0700
     1.3 @@ -332,7 +332,7 @@
     1.4  }
     1.5  
     1.6  void G1GCPhaseTimes::print_stats(int level, const char* str, size_t value) {
     1.7 -  LineBuffer(level).append_and_print_cr("[%s: "SIZE_FORMAT"]", str, value);
     1.8 +  LineBuffer(level).append_and_print_cr("[%s: " SIZE_FORMAT "]", str, value);
     1.9  }
    1.10  
    1.11  void G1GCPhaseTimes::print_stats(int level, const char* str, double value, uint workers) {
    1.12 @@ -452,7 +452,7 @@
    1.13  
    1.14      if (phase->_thread_work_items != NULL) {
    1.15        LineBuffer buf2(phase->_thread_work_items->_indent_level);
    1.16 -      buf2.append_and_print_cr("[%s:  "SIZE_FORMAT"]", phase->_thread_work_items->_title, _phase_times->sum_thread_work_items(phase_id));
    1.17 +      buf2.append_and_print_cr("[%s:  " SIZE_FORMAT "]", phase->_thread_work_items->_title, _phase_times->sum_thread_work_items(phase_id));
    1.18      }
    1.19    }
    1.20  

mercurial