src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Tue Apr 29 16:52:55 2014
--- new/src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp	Tue Apr 29 16:52:54 2014

*** 401,411 **** --- 401,411 ---- _sweep_limit = BlockOffsetArrayUseUnallocatedBlock ? unallocated_block() : end(); if (CMSTraceSweeper) { gclog_or_tty->print_cr(">>>>> Saving sweep limit " PTR_FORMAT " for space [" PTR_FORMAT "," PTR_FORMAT ") <<<<<<", ! _sweep_limit, bottom(), end()); ! p2i(_sweep_limit), p2i(bottom()), p2i(end())); } } NOT_PRODUCT( void clear_sweep_limit() { _sweep_limit = NULL; } )

src/share/vm/gc_implementation/concurrentMarkSweep/compactibleFreeListSpace.hpp
Index Unified diffs Context diffs Sdiffs Patch New Old Previous File Next File