hotspot/src/share/vm/prims/jvmtiExport.hpp
changeset 37195 88b6f1271f64
parent 36508 5f9eee6b383b
child 42307 cefc81dc1d52
equal deleted inserted replaced
37194:96cc74bd293b 37195:88b6f1271f64
   375   static void weak_oops_do(BoolObjectClosure* b, OopClosure* f) NOT_JVMTI_RETURN;
   375   static void weak_oops_do(BoolObjectClosure* b, OopClosure* f) NOT_JVMTI_RETURN;
   376   static void gc_epilogue() NOT_JVMTI_RETURN;
   376   static void gc_epilogue() NOT_JVMTI_RETURN;
   377 
   377 
   378   static void transition_pending_onload_raw_monitors() NOT_JVMTI_RETURN;
   378   static void transition_pending_onload_raw_monitors() NOT_JVMTI_RETURN;
   379 
   379 
       
   380 #if INCLUDE_SERVICES
   380   // attach support
   381   // attach support
   381   static jint load_agent_library(const char *agent, const char *absParam, const char *options, outputStream* out) NOT_JVMTI_RETURN_(JNI_ERR);
   382   static jint load_agent_library(const char *agent, const char *absParam, const char *options, outputStream* out) NOT_JVMTI_RETURN_(JNI_ERR);
   382   static jint load_agent_library(AttachOperation* op, outputStream* out) NOT_JVMTI_RETURN_(JNI_ERR);
   383   static jint load_agent_library(AttachOperation* op, outputStream* out) NOT_JVMTI_RETURN_(JNI_ERR);
       
   384 #endif
   383 
   385 
   384   // SetNativeMethodPrefix support
   386   // SetNativeMethodPrefix support
   385   static char** get_all_native_method_prefixes(int* count_ptr) NOT_JVMTI_RETURN_(NULL);
   387   static char** get_all_native_method_prefixes(int* count_ptr) NOT_JVMTI_RETURN_(NULL);
   386 };
   388 };
   387 
   389