hotspot/src/share/vm/memory/tenuredGeneration.cpp
changeset 15091 826cff1f58f5
parent 13466 9fdf353d5f4c
child 15482 470d0b0c09f1
--- a/hotspot/src/share/vm/memory/tenuredGeneration.cpp	Thu Jan 03 16:28:22 2013 -0800
+++ b/hotspot/src/share/vm/memory/tenuredGeneration.cpp	Sun Dec 30 08:47:52 2012 +0100
@@ -62,7 +62,7 @@
                                        _virtual_space.reserved_size(),
                                        _the_space, _gen_counters);
 #ifndef SERIALGC
-  if (UseParNewGC && ParallelGCThreads > 0) {
+  if (UseParNewGC) {
     typedef ParGCAllocBufferWithBOT* ParGCAllocBufferWithBOTPtr;
     _alloc_buffers = NEW_C_HEAP_ARRAY(ParGCAllocBufferWithBOTPtr,
                                       ParallelGCThreads, mtGC);