src/hotspot/cpu/x86/macroAssembler_x86.hpp
changeset 54839 e9db10a375d9
parent 54750 1851a532ddfe
child 55105 9ad765641e8f
child 58678 9cf78a70fa4f
--- a/src/hotspot/cpu/x86/macroAssembler_x86.hpp	Tue May 14 12:00:49 2019 +0200
+++ b/src/hotspot/cpu/x86/macroAssembler_x86.hpp	Tue May 14 12:07:24 2019 +0200
@@ -313,7 +313,9 @@
   void testbool(Register dst);
 
   void resolve_oop_handle(Register result, Register tmp = rscratch2);
+  void resolve_weak_handle(Register result, Register tmp);
   void load_mirror(Register mirror, Register method, Register tmp = rscratch2);
+  void load_method_holder_cld(Register rresult, Register rmethod);
 
   // oop manipulations
   void load_klass(Register dst, Register src);