changeset 42605 | c127902170ee |
parent 41670 | ee918e29fc47 |
child 42871 | c89e1f0a084e |
--- a/hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.hpp Fri Nov 25 17:56:30 2016 +0000 +++ b/hotspot/src/cpu/aarch64/vm/macroAssembler_aarch64.hpp Tue Nov 22 08:46:49 2016 -0800 @@ -590,6 +590,7 @@ #endif static int patch_oop(address insn_addr, address o); + static int patch_narrow_klass(address insn_addr, narrowKlass n); address emit_trampoline_stub(int insts_call_instruction_offset, address target);