hotspot/src/cpu/aarch64/vm/sharedRuntime_aarch64.cpp
changeset 33593 60764a78fa5c
parent 33198 b37ad9fbf681
child 33626 3c94db05e903
equal deleted inserted replaced
33579:01ade4446d96 33593:60764a78fa5c
  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