hotspot/src/cpu/aarch64/vm/interp_masm_aarch64.hpp
changeset 46427 54713555867e
parent 46294 345a46524a19
--- a/hotspot/src/cpu/aarch64/vm/interp_masm_aarch64.hpp	Wed May 03 02:32:02 2017 +0000
+++ b/hotspot/src/cpu/aarch64/vm/interp_masm_aarch64.hpp	Fri Mar 03 23:08:35 2017 -0800
@@ -123,6 +123,9 @@
   // load cpool->resolved_references(index);
   void load_resolved_reference_at_index(Register result, Register index);
 
+  // load cpool->resolved_klass_at(index);
+  void load_resolved_klass_at_offset(Register cpool, Register index, Register klass, Register temp);
+
   void pop_ptr(Register r = r0);
   void pop_i(Register r = r0);
   void pop_l(Register r = r0);