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