--- old/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp 2020-08-24 12:25:34.052126044 +0200 +++ new/src/hotspot/share/gc/parallel/mutableNUMASpace.cpp 2020-08-24 12:25:33.688124239 +0200 @@ -571,7 +571,8 @@ void MutableNUMASpace::initialize(MemRegion mr, bool clear_space, bool mangle_space, - bool setup_pages) { + 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");