Blame SOURCES/jdk8257794-remove_broken_assert.patch

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