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

changeset 6933
f40816c5e359
parent 6680
78bbf4d43a14
child 7535
7ae4e26cb1e0
     1.1 --- a/src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.cpp	Mon Jul 21 09:40:19 2014 +0200
     1.2 +++ b/src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.cpp	Mon Jul 21 09:40:19 2014 +0200
     1.3 @@ -158,7 +158,7 @@
     1.4                   " coal_deaths(" SIZE_FORMAT ")"
     1.5                   " + count(" SSIZE_FORMAT ")",
     1.6                   p2i(this), size(), _allocation_stats.prev_sweep(), _allocation_stats.split_births(),
     1.7 -                 _allocation_stats.split_births(), _allocation_stats.split_deaths(),
     1.8 +                 _allocation_stats.coal_births(), _allocation_stats.split_deaths(),
     1.9                   _allocation_stats.coal_deaths(), count()));
    1.10  }
    1.11  #endif

mercurial