src/hotspot/share/runtime/sharedRuntime.hpp
changeset 57710 05ff6e27de45
parent 55749 cff8aad2593f
child 58679 9c3209ff7550
child 59056 15936b142f86
equal deleted inserted replaced
57709:155b084cf384 57710:05ff6e27de45
   483   static nmethod* generate_native_wrapper(MacroAssembler* masm,
   483   static nmethod* generate_native_wrapper(MacroAssembler* masm,
   484                                           const methodHandle& method,
   484                                           const methodHandle& method,
   485                                           int compile_id,
   485                                           int compile_id,
   486                                           BasicType* sig_bt,
   486                                           BasicType* sig_bt,
   487                                           VMRegPair* regs,
   487                                           VMRegPair* regs,
   488                                           BasicType ret_type);
   488                                           BasicType ret_type,
       
   489                                           address critical_entry);
   489 
   490 
   490   // Block before entering a JNI critical method
   491   // Block before entering a JNI critical method
   491   static void block_for_jni_critical(JavaThread* thread);
   492   static void block_for_jni_critical(JavaThread* thread);
   492 
   493 
   493   // Pin/Unpin object
   494   // Pin/Unpin object