< prev index next >

src/hotspot/share/gc/parallel/mutableNUMASpace.cpp

Print this page
rev 60637 : 8252221: Use multiple workers for Parallel GC pre-touching
Reviewed-by:
Contributed-by: amith.pawar@gmail.com

*** 569,579 **** } void MutableNUMASpace::initialize(MemRegion mr, bool clear_space, bool mangle_space, ! bool setup_pages) { assert(clear_space, "Reallocation will destroy data!"); assert(lgrp_spaces()->length() > 0, "There should be at least one space"); MemRegion old_region = region(), new_region; set_bottom(mr.start()); --- 569,580 ---- } void MutableNUMASpace::initialize(MemRegion mr, bool clear_space, bool mangle_space, ! bool setup_pages, ! WorkGang *pretouch_gang) { assert(clear_space, "Reallocation will destroy data!"); assert(lgrp_spaces()->length() > 0, "There should be at least one space"); MemRegion old_region = region(), new_region; set_bottom(mr.start());
< prev index next >