14 lines
743 B
Diff
14 lines
743 B
Diff
diff --git openjdk.orig/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
|
|
--- openjdk.orig/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
|
|
+++ openjdk/hotspot/src/share/vm/interpreter/bytecodeInterpreter.cpp
|
|
@@ -493,9 +493,6 @@
|
|
assert(labs(istate->_stack_base - istate->_stack_limit) == (istate->_method->max_stack() + extra_stack_entries
|
|
+ 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;
|