< prev index next >

src/hotspot/share/gc/shared/spaceDecorator.cpp

Print this page
rev 57719 : imported patch 8235860-remove-serial-old-gc

*** 72,82 **** // A complete mangle is expected in the // exceptional case where top_for_allocations is not // properly tracking the high water mark for mangling. // This can be the case when to-space is being used for // scratch space during a mark-sweep-compact. See ! // contribute_scratch() and PSMarkSweep::allocate_stacks(). void SpaceMangler::mangle_unused_area_complete() { assert(ZapUnusedHeapArea, "Mangling should not be in use"); MemRegion mangle_mr(top(), end()); SpaceMangler::mangle_region(mangle_mr); } --- 72,82 ---- // A complete mangle is expected in the // exceptional case where top_for_allocations is not // properly tracking the high water mark for mangling. // This can be the case when to-space is being used for // scratch space during a mark-sweep-compact. See ! // contribute_scratch(). void SpaceMangler::mangle_unused_area_complete() { assert(ZapUnusedHeapArea, "Mangling should not be in use"); MemRegion mangle_mr(top(), end()); SpaceMangler::mangle_region(mangle_mr); }
< prev index next >