hotspot/src/share/vm/opto/macro.cpp
changeset 27625 07829380b8cd
parent 26180 2fbed11af70e
child 27645 8fe155d119af
--- a/hotspot/src/share/vm/opto/macro.cpp	Thu Oct 30 12:45:22 2014 +0100
+++ b/hotspot/src/share/vm/opto/macro.cpp	Fri Oct 31 09:10:51 2014 +0100
@@ -1197,8 +1197,7 @@
   }
 
   if (C->env()->dtrace_alloc_probes() ||
-      !UseTLAB && (!Universe::heap()->supports_inline_contig_alloc() ||
-                   (UseConcMarkSweepGC && CMSIncrementalMode))) {
+      !UseTLAB && (!Universe::heap()->supports_inline_contig_alloc())) {
     // Force slow-path allocation
     always_slow = true;
     initial_slow_test = NULL;