--- old/src/cpu/x86/vm/sharedRuntime_x86_32.cpp 2015-10-08 07:23:23.000000000 -1000 +++ new/src/cpu/x86/vm/sharedRuntime_x86_32.cpp 2015-10-08 07:23:23.000000000 -1000 @@ -699,12 +699,11 @@ __ bind(L_fail); } -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: rsi contains the senderSP on entry. We must preserve it since // we may do a i2c -> c2i transition if we lose a race where compiled // code goes non-entrant while we get args ready.