src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp

changeset 3900
d2a62e0f25eb
parent 3536
95f6641e38e0
child 4037
da91efe96a93
     1.1 --- a/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp	Wed Jun 27 15:23:36 2012 +0200
     1.2 +++ b/src/share/vm/gc_implementation/parallelScavenge/psPromotionManager.cpp	Thu Jun 28 17:03:16 2012 -0400
     1.3 @@ -45,7 +45,7 @@
     1.4    _young_space = heap->young_gen()->to_space();
     1.5  
     1.6    assert(_manager_array == NULL, "Attempt to initialize twice");
     1.7 -  _manager_array = NEW_C_HEAP_ARRAY(PSPromotionManager*, ParallelGCThreads+1 );
     1.8 +  _manager_array = NEW_C_HEAP_ARRAY(PSPromotionManager*, ParallelGCThreads+1, mtGC);
     1.9    guarantee(_manager_array != NULL, "Could not initialize promotion manager");
    1.10  
    1.11    _stack_array_depth = new OopStarTaskQueueSet(ParallelGCThreads);

mercurial