Blame SOURCES/jdk8257794-remove_broken_assert.patch

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