hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
changeset 33749 6b67a05d2fcc
parent 33611 9abd65805e19
child 35216 71c463a17b3b
--- a/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp	Mon Nov 02 14:34:07 2015 +0000
+++ b/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp	Mon Nov 02 16:54:49 2015 +0100
@@ -2190,7 +2190,7 @@
                 result->set_mark(markOopDesc::prototype());
               }
               result->set_klass_gap(0);
-              result->set_klass(k_entry);
+              result->set_klass(ik);
               // Must prevent reordering of stores for object initialization
               // with stores that publish the new object.
               OrderAccess::storestore();