hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
changeset 593 803947e176bd
parent 370 33ba64c16c1f
child 670 ddf3e9583f2f
--- a/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp	Wed May 28 12:42:34 2008 -0700
+++ b/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp	Wed May 28 21:06:24 2008 -0700
@@ -1931,6 +1931,7 @@
               } else {
                 result->set_mark(markOopDesc::prototype());
               }
+              result->set_klass_gap(0);
               result->set_klass(k_entry);
               SET_STACK_OBJECT(result, 0);
               UPDATE_PC_AND_TOS_AND_CONTINUE(3, 1);