hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.hpp
changeset 40643 49539fc14e5a
parent 40049 a23a3ed6c7a6
child 41670 ee918e29fc47
--- a/hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.hpp	Mon Aug 15 14:08:01 2016 -0700
+++ b/hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.hpp	Tue Aug 16 17:31:57 2016 +0100
@@ -757,10 +757,10 @@
                            Register last_java_pc,
                            Register scratch);
 
-  void reset_last_Java_frame(Register thread, bool clearfp, bool clear_pc);
+  void reset_last_Java_frame(Register thread);
 
-  // thread in the default location (r15_thread on 64bit)
-  void reset_last_Java_frame(bool clear_fp, bool clear_pc);
+  // thread in the default location (rthread)
+  void reset_last_Java_frame(bool clear_fp);
 
   // Stores
   void store_check(Register obj);                // store check for obj - register is destroyed afterwards