< prev index next >

src/hotspot/share/gc/g1/g1CollectedHeap.cpp

Print this page

        

*** 1505,1515 **** /* are_GC_task_threads */true, /* are_ConcurrentGC_threads */false); _workers->initialize_workers(); _verifier = new G1HeapVerifier(this); ! _allocator = G1Allocator::create_allocator(this); _heap_sizing_policy = G1HeapSizingPolicy::create(this, _g1_policy->analytics()); _humongous_object_threshold_in_words = humongous_threshold_for(HeapRegion::GrainWords); --- 1505,1515 ---- /* are_GC_task_threads */true, /* are_ConcurrentGC_threads */false); _workers->initialize_workers(); _verifier = new G1HeapVerifier(this); ! _allocator = new G1DefaultAllocator(this); _heap_sizing_policy = G1HeapSizingPolicy::create(this, _g1_policy->analytics()); _humongous_object_threshold_in_words = humongous_threshold_for(HeapRegion::GrainWords);
< prev index next >