< prev index next >

src/cpu/x86/vm/templateTable_x86_32.cpp

Print this page
rev 7209 : [mq]: inccms

@@ -3212,11 +3212,11 @@
   // 2) if fail and the object is large allocate in the shared Eden
   // 3) if the above fails (or is not applicable), go to a slow case
   // (creates a new TLAB, etc.)
 
   const bool allow_shared_alloc =
-    Universe::heap()->supports_inline_contig_alloc() && !CMSIncrementalMode;
+    Universe::heap()->supports_inline_contig_alloc();
 
   const Register thread = rcx;
   if (UseTLAB || allow_shared_alloc) {
     __ get_thread(thread);
   }
< prev index next >