hotspot/src/cpu/x86/vm/interp_masm_x86.cpp
changeset 46796 ec791efbdecf
parent 46449 7b2416f0f524
child 46961 c9094b1e5f87
--- a/hotspot/src/cpu/x86/vm/interp_masm_x86.cpp	Thu Aug 10 18:09:19 2017 -0700
+++ b/hotspot/src/cpu/x86/vm/interp_masm_x86.cpp	Fri Aug 11 16:29:00 2017 -0400
@@ -1089,7 +1089,6 @@
 
     call_VM_leaf(
       CAST_FROM_FN_PTR(address, SharedRuntime::enable_stack_reserved_zone), rthread);
-    push(rthread);
     call_VM(noreg, CAST_FROM_FN_PTR(address,
                    InterpreterRuntime::throw_delayed_StackOverflowError));
     should_not_reach_here();