src/share/vm/services/heapDumper.cpp

changeset 4465
203f64878aab
parent 4278
070d523b96a7
child 4543
8391fdd36e1f
     1.1 --- a/src/share/vm/services/heapDumper.cpp	Wed Jan 16 16:30:04 2013 +0100
     1.2 +++ b/src/share/vm/services/heapDumper.cpp	Thu Jan 17 10:25:16 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2005, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2005, 2013, 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 @@ -1866,7 +1866,7 @@
    1.11      if (error() == NULL) {
    1.12        char msg[256];
    1.13        sprintf(msg, "Heap dump file created [%s bytes in %3.3f secs]",
    1.14 -        os::jlong_format_specifier(), timer()->seconds());
    1.15 +        JLONG_FORMAT, timer()->seconds());
    1.16        tty->print_cr(msg, writer.bytes_written());
    1.17      } else {
    1.18        tty->print_cr("Dump file is incomplete: %s", writer.error());

mercurial