--- old/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp 2015-09-16 15:17:24.000000000 -0700 +++ new/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp 2015-09-16 15:17:24.000000000 -0700 @@ -460,11 +460,11 @@ } -static void gen_i2c_adapter(MacroAssembler *masm, - int total_args_passed, - int comp_args_on_stack, - const BasicType *sig_bt, - const VMRegPair *regs) { +void SharedRuntime::gen_i2c_adapter(MacroAssembler *masm, + int total_args_passed, + int comp_args_on_stack, + const BasicType *sig_bt, + const VMRegPair *regs) { // Note: r13 contains the senderSP on entry. We must preserve it since // we may do a i2c -> c2i transition if we lose a race where compiled