390ee7
diff --git openjdk.orig/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
390ee7
--- openjdk.orig/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
390ee7
+++ openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
390ee7
@@ -493,9 +493,6 @@
390ee7
       assert(labs(istate->_stack_base - istate->_stack_limit) == (istate->_method->max_stack() + extra_stack_entries
390ee7
                                                                                                + 1), "bad stack limit");
390ee7
     }
390ee7
-#ifndef SHARK
390ee7
-    IA32_ONLY(assert(istate->_stack_limit == istate->_thread->last_Java_sp() + 1, "wrong"));
390ee7
-#endif // !SHARK
390ee7
   }
390ee7
   // Verify linkages.
390ee7
   interpreterState l = istate;