hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp
changeset 40644 39e631ed7145
parent 38699 f8bec5f6b09c
child 41323 ddd5600d4762
--- a/hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp	Mon Aug 15 14:08:01 2016 -0700
+++ b/hotspot/src/cpu/x86/vm/macroAssembler_x86.hpp	Tue Aug 16 09:19:13 2016 -0700
@@ -288,10 +288,10 @@
                            Register last_java_fp,
                            address last_java_pc);
 
-  void reset_last_Java_frame(Register thread, bool clear_fp, bool clear_pc);
+  void reset_last_Java_frame(Register thread, bool clear_fp);
 
   // thread in the default location (r15_thread on 64bit)
-  void reset_last_Java_frame(bool clear_fp, bool clear_pc);
+  void reset_last_Java_frame(bool clear_fp);
 
   // Stores
   void store_check(Register obj);                // store check for obj - register is destroyed afterwards