src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File hotspot Cdiff src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.cpp

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

Print this page

        

*** 155,165 **** " + split_births(" SIZE_FORMAT ")" " + coal_births(" SIZE_FORMAT ") + 1 >= " " split_deaths(" SIZE_FORMAT ")" " coal_deaths(" SIZE_FORMAT ")" " + count(" SSIZE_FORMAT ")", ! this, size(), _allocation_stats.prev_sweep(), _allocation_stats.split_births(), _allocation_stats.split_births(), _allocation_stats.split_deaths(), _allocation_stats.coal_deaths(), count())); } #endif --- 155,165 ---- " + split_births(" SIZE_FORMAT ")" " + coal_births(" SIZE_FORMAT ") + 1 >= " " split_deaths(" SIZE_FORMAT ")" " coal_deaths(" SIZE_FORMAT ")" " + count(" SSIZE_FORMAT ")", ! p2i(this), size(), _allocation_stats.prev_sweep(), _allocation_stats.split_births(), _allocation_stats.split_births(), _allocation_stats.split_deaths(), _allocation_stats.coal_deaths(), count())); } #endif
src/share/vm/gc_implementation/concurrentMarkSweep/adaptiveFreeList.cpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File