src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp

changeset 4469
c73c3f2c5b3b
parent 4384
b735136e0d82
parent 4465
203f64878aab
child 4489
ef1e11845e18
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp	Fri Jan 18 19:13:41 2013 +0100
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.cpp	Mon Jan 21 16:11:24 2013 -0500
     1.3 @@ -1,5 +1,5 @@
     1.4  /*
     1.5 - * Copyright (c) 2001, 2012, Oracle and/or its affiliates. All rights reserved.
     1.6 + * Copyright (c) 2001, 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 @@ -554,7 +554,7 @@
    1.11      reportIndexedFreeListStatistics();
    1.12      size_t total_size = totalSizeInIndexedFreeLists() +
    1.13                         _dictionary->total_chunk_size(DEBUG_ONLY(freelistLock()));
    1.14 -    gclog_or_tty->print(" free=%ld frag=%1.4f\n", total_size, flsFrag());
    1.15 +    gclog_or_tty->print(" free=" SIZE_FORMAT " frag=%1.4f\n", total_size, flsFrag());
    1.16    }
    1.17  }
    1.18  

mercurial