src/hotspot/share/interpreter/bytecodeInterpreter.cpp
changeset 47687 fb290fd1f9d4
parent 47634 6a0c42c40cd1
child 47906 0ad8a90268a7
--- a/src/hotspot/share/interpreter/bytecodeInterpreter.cpp	Wed Oct 18 16:06:39 2017 +0200
+++ b/src/hotspot/share/interpreter/bytecodeInterpreter.cpp	Sun Oct 15 22:54:03 2017 +0200
@@ -478,9 +478,7 @@
 #ifdef ASSERT
   if (istate->_msg != initialize) {
     assert(labs(istate->_stack_base - istate->_stack_limit) == (istate->_method->max_stack() + 1), "bad stack limit");
-#ifndef SHARK
     IA32_ONLY(assert(istate->_stack_limit == istate->_thread->last_Java_sp() + 1, "wrong"));
-#endif // !SHARK
   }
   // Verify linkages.
   interpreterState l = istate;