hotspot/src/share/vm/opto/loopTransform.cpp
changeset 14144 effbc094884c
parent 13524 bae2f51dfb73
child 15917 e8b270c49398
child 14147 7e2ece489a84
--- a/hotspot/src/share/vm/opto/loopTransform.cpp	Fri Sep 07 18:18:55 2012 -0700
+++ b/hotspot/src/share/vm/opto/loopTransform.cpp	Wed Sep 19 13:58:31 2012 -0700
@@ -2716,6 +2716,8 @@
   result_mem = new (C, 1) ProjNode(call,TypeFunc::Memory);
   _igvn.register_new_node_with_optimizer(result_mem);
 
+/* Disable following optimization until proper fix (add missing checks).
+
   // If this fill is tightly coupled to an allocation and overwrites
   // the whole body, allow it to take over the zeroing.
   AllocateNode* alloc = AllocateNode::Ideal_allocation(base, this);
@@ -2739,6 +2741,7 @@
 #endif
     }
   }
+*/
 
   // Redirect the old control and memory edges that are outside the loop.
   Node* exit = head->loopexit()->proj_out(0);