Blame SOURCES/jdk8257794-remove_broken_assert.patch

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