equal
deleted
inserted
replaced
1274 // if a GC was suppressed while in the critical native. |
1274 // if a GC was suppressed while in the critical native. |
1275 // transition back to thread_in_Java |
1275 // transition back to thread_in_Java |
1276 // return to caller |
1276 // return to caller |
1277 // |
1277 // |
1278 nmethod* SharedRuntime::generate_native_wrapper(MacroAssembler* masm, |
1278 nmethod* SharedRuntime::generate_native_wrapper(MacroAssembler* masm, |
1279 methodHandle method, |
1279 const methodHandle& method, |
1280 int compile_id, |
1280 int compile_id, |
1281 BasicType* in_sig_bt, |
1281 BasicType* in_sig_bt, |
1282 VMRegPair* in_regs, |
1282 VMRegPair* in_regs, |
1283 BasicType ret_type) { |
1283 BasicType ret_type) { |
1284 #ifdef BUILTIN_SIM |
1284 #ifdef BUILTIN_SIM |