src/share/vm/opto/lcm.cpp

changeset 4159
8e47bac5643a
parent 4115
e626685e9f6c
child 4315
2aff40cb4703
     1.1 --- a/src/share/vm/opto/lcm.cpp	Mon Oct 08 17:04:00 2012 -0700
     1.2 +++ b/src/share/vm/opto/lcm.cpp	Tue Oct 09 10:11:38 2012 +0200
     1.3 @@ -164,6 +164,7 @@
     1.4      case Op_StoreL:
     1.5      case Op_StoreP:
     1.6      case Op_StoreN:
     1.7 +    case Op_StoreNKlass:
     1.8        was_store = true;         // Memory op is a store op
     1.9        // Stores will have their address in slot 2 (memory in slot 1).
    1.10        // If the value being nul-checked is in another slot, it means we

mercurial