src/share/vm/opto/matcher.cpp

changeset 855
a1980da045cc
parent 803
36ccc817fca4
child 993
3b5ac9e7e6ea
     1.1 --- a/src/share/vm/opto/matcher.cpp	Thu Nov 06 20:00:03 2008 -0800
     1.2 +++ b/src/share/vm/opto/matcher.cpp	Fri Nov 07 09:29:38 2008 -0800
     1.3 @@ -1951,6 +1951,7 @@
     1.4        // Now hack a few special opcodes
     1.5        switch( n->Opcode() ) {       // Handle some opcodes special
     1.6        case Op_StorePConditional:
     1.7 +      case Op_StoreIConditional:
     1.8        case Op_StoreLConditional:
     1.9        case Op_CompareAndSwapI:
    1.10        case Op_CompareAndSwapL:

mercurial