src/share/vm/gc_implementation/g1/satbQueue.cpp

changeset 3900
d2a62e0f25eb
parent 3416
2ace1c4ee8da
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/gc_implementation/g1/satbQueue.cpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/g1/satbQueue.cpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -208,7 +208,7 @@
     1.4    PtrQueueSet::initialize(cbl_mon, fl_lock, process_completed_threshold, -1);
     1.5    _shared_satb_queue.set_lock(lock);
     1.6    if (ParallelGCThreads > 0) {
     1.7 -    _par_closures = NEW_C_HEAP_ARRAY(ObjectClosure*, ParallelGCThreads);
     1.8 +    _par_closures = NEW_C_HEAP_ARRAY(ObjectClosure*, ParallelGCThreads, mtGC);
     1.9    }
    1.10  }
    1.11  

mercurial