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

changeset 3713
720b6a76dd9d
parent 3028
f44782f04dd4
child 6680
78bbf4d43a14
     1.1 --- a/src/share/vm/gc_implementation/g1/g1AllocRegion.cpp	Wed Apr 11 16:18:45 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/g1AllocRegion.cpp	Wed Apr 18 07:21:15 2012 -0400
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2011, 2012, Oracle and/or its affiliates. All rights reserved.
     1.7   * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     1.8   *
     1.9   * This code is free software; you can redistribute it and/or modify it
    1.10 @@ -140,7 +140,7 @@
    1.11  }
    1.12  
    1.13  void G1AllocRegion::fill_in_ext_msg(ar_ext_msg* msg, const char* message) {
    1.14 -  msg->append("[%s] %s c: "SIZE_FORMAT" b: %s r: "PTR_FORMAT" u: "SIZE_FORMAT,
    1.15 +  msg->append("[%s] %s c: %u b: %s r: "PTR_FORMAT" u: "SIZE_FORMAT,
    1.16                _name, message, _count, BOOL_TO_STR(_bot_updates),
    1.17                _alloc_region, _used_bytes_before);
    1.18  }
    1.19 @@ -215,7 +215,7 @@
    1.20        jio_snprintf(rest_buffer, buffer_length, "");
    1.21      }
    1.22  
    1.23 -    tty->print_cr("[%s] "SIZE_FORMAT" %s : %s %s",
    1.24 +    tty->print_cr("[%s] %u %s : %s %s",
    1.25                    _name, _count, hr_buffer, str, rest_buffer);
    1.26    }
    1.27  }

mercurial