Blame SOURCES/jdk8257794-remove_broken_assert.patch

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