hotspot/src/share/vm/opto/loopTransform.cpp
changeset 13969 d2a189b83b87
parent 13967 bf7c8dfb5121
child 13974 791cba24758f
--- a/hotspot/src/share/vm/opto/loopTransform.cpp	Mon Oct 08 17:04:00 2012 -0700
+++ b/hotspot/src/share/vm/opto/loopTransform.cpp	Tue Oct 09 10:11:38 2012 +0200
@@ -2413,7 +2413,7 @@
         break;
       }
       int opc = n->Opcode();
-      if (opc == Op_StoreP || opc == Op_StoreN || opc == Op_StoreCM) {
+      if (opc == Op_StoreP || opc == Op_StoreN || opc == Op_StoreNKlass || opc == Op_StoreCM) {
         msg = "oop fills not handled";
         break;
       }