< prev index next >

test/hotspot/gtest/gc/g1/test_freeRegionList.cpp

Print this page
rev 56323 : imported patch 8220310.mut.0
rev 56324 : imported patch 8220310.mut.1_thomas
rev 56326 : [mq]: 8220310.mut.1-3_kim

@@ -49,11 +49,11 @@
                                          os::vm_page_size(),
                                          HeapRegion::GrainBytes,
                                          BOTConstants::N_bytes,
                                          mtGC);
   G1BlockOffsetTable bot(heap, bot_storage);
-  bot_storage->commit_regions(0, num_regions_in_test);
+  bot_storage->commit_regions(0, num_regions_in_test, G1MemoryNodeManager::AnyNodeIndex);
 
   // Set up memory regions for the heap regions.
   MemRegion mr0(heap.start(), HeapRegion::GrainWords);
   MemRegion mr1(mr0.end(), HeapRegion::GrainWords);
   MemRegion mr2(mr1.end(), HeapRegion::GrainWords);
< prev index next >