src/hotspot/cpu/sparc/macroAssembler_sparc.hpp
changeset 49816 a3e79f97e86b
parent 49748 6a880e576856
child 50380 bec342339138
--- a/src/hotspot/cpu/sparc/macroAssembler_sparc.hpp	Wed Apr 18 15:57:19 2018 +0200
+++ b/src/hotspot/cpu/sparc/macroAssembler_sparc.hpp	Wed Apr 18 10:39:40 2018 -0400
@@ -968,8 +968,8 @@
   inline void ldbool(const Address& a, Register d);
   inline void movbool( bool boolconst, Register d);
 
-  void resolve_oop_handle(Register result);
-  void load_mirror(Register mirror, Register method);
+  void resolve_oop_handle(Register result, Register tmp);
+  void load_mirror(Register mirror, Register method, Register tmp);
 
   // klass oop manipulations if compressed
   void load_klass(Register src_oop, Register klass);