hotspot/src/cpu/x86/vm/runtime_x86_32.cpp
changeset 40644 39e631ed7145
parent 37248 11a660dbbb8e
--- a/hotspot/src/cpu/x86/vm/runtime_x86_32.cpp	Mon Aug 15 14:08:01 2016 -0700
+++ b/hotspot/src/cpu/x86/vm/runtime_x86_32.cpp	Tue Aug 16 09:19:13 2016 -0700
@@ -117,7 +117,7 @@
   // No registers to map, rbp is known implicitly
   oop_maps->add_gc_map( __ pc() - start,  new OopMap( framesize, 0 ));
   __ get_thread(rcx);
-  __ reset_last_Java_frame(rcx, false, false);
+  __ reset_last_Java_frame(rcx, false);
 
   // Restore callee-saved registers
   __ movptr(rbp, Address(rsp, rbp_off * wordSize));