src/share/vm/memory/tenuredGeneration.cpp

changeset 4387
ca0a78017dc7
parent 3982
aaf61e68b255
child 4542
db9981fd3124
     1.1 --- a/src/share/vm/memory/tenuredGeneration.cpp	Thu Jan 03 16:28:22 2013 -0800
     1.2 +++ b/src/share/vm/memory/tenuredGeneration.cpp	Sun Dec 30 08:47:52 2012 +0100
     1.3 @@ -62,7 +62,7 @@
     1.4                                         _virtual_space.reserved_size(),
     1.5                                         _the_space, _gen_counters);
     1.6  #ifndef SERIALGC
     1.7 -  if (UseParNewGC && ParallelGCThreads > 0) {
     1.8 +  if (UseParNewGC) {
     1.9      typedef ParGCAllocBufferWithBOT* ParGCAllocBufferWithBOTPtr;
    1.10      _alloc_buffers = NEW_C_HEAP_ARRAY(ParGCAllocBufferWithBOTPtr,
    1.11                                        ParallelGCThreads, mtGC);

mercurial