hotspot/src/share/vm/opto/loopTransform.cpp
changeset 1500 bea9a90f3e8f
parent 1433 ee60bd139c07
child 2131 98f9cef66a34
--- a/hotspot/src/share/vm/opto/loopTransform.cpp	Thu Nov 06 20:00:03 2008 -0800
+++ b/hotspot/src/share/vm/opto/loopTransform.cpp	Fri Nov 07 09:29:38 2008 -0800
@@ -1519,6 +1519,7 @@
         Node *bol = iff->in(1);
         if( bol && bol->req() > 1 && bol->in(1) &&
             ((bol->in(1)->Opcode() == Op_StorePConditional ) ||
+             (bol->in(1)->Opcode() == Op_StoreIConditional ) ||
              (bol->in(1)->Opcode() == Op_StoreLConditional ) ||
              (bol->in(1)->Opcode() == Op_CompareAndSwapI ) ||
              (bol->in(1)->Opcode() == Op_CompareAndSwapL ) ||