--- old/src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.cpp 2013-05-21 15:13:49.000000000 +0200 +++ new/src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.cpp 2013-05-21 15:13:49.000000000 +0200 @@ -51,14 +51,6 @@ } template -AdaptiveFreeList::AdaptiveFreeList(Chunk* fc) : FreeList(fc), _hint(0) { - init_statistics(); -#ifndef PRODUCT - _allocation_stats.set_returned_bytes(size() * HeapWordSize); -#endif -} - -template void AdaptiveFreeList::initialize() { FreeList::initialize(); set_hint(0);