hotspot/src/share/vm/prims/jvmtiExport.hpp
changeset 36188 99b6836dd3e8
parent 32817 acc2744fd84b
child 36508 5f9eee6b383b
equal deleted inserted replaced
36187:1d61b06a3ae1 36188:99b6836dd3e8
   370   static void gc_epilogue() NOT_JVMTI_RETURN;
   370   static void gc_epilogue() NOT_JVMTI_RETURN;
   371 
   371 
   372   static void transition_pending_onload_raw_monitors() NOT_JVMTI_RETURN;
   372   static void transition_pending_onload_raw_monitors() NOT_JVMTI_RETURN;
   373 
   373 
   374   // attach support
   374   // attach support
       
   375   static jint load_agent_library(const char *agent, const char *absParam, const char *options, outputStream* out) NOT_JVMTI_RETURN_(JNI_ERR);
   375   static jint load_agent_library(AttachOperation* op, outputStream* out) NOT_JVMTI_RETURN_(JNI_ERR);
   376   static jint load_agent_library(AttachOperation* op, outputStream* out) NOT_JVMTI_RETURN_(JNI_ERR);
   376 
   377 
   377   // SetNativeMethodPrefix support
   378   // SetNativeMethodPrefix support
   378   static char** get_all_native_method_prefixes(int* count_ptr) NOT_JVMTI_RETURN_(NULL);
   379   static char** get_all_native_method_prefixes(int* count_ptr) NOT_JVMTI_RETURN_(NULL);
   379 };
   380 };