hotspot/src/share/vm/prims/jvmtiExport.hpp
changeset 36188 99b6836dd3e8
parent 32817 acc2744fd84b
child 36508 5f9eee6b383b
--- a/hotspot/src/share/vm/prims/jvmtiExport.hpp	Wed Feb 17 18:02:03 2016 -0500
+++ b/hotspot/src/share/vm/prims/jvmtiExport.hpp	Thu Feb 18 23:26:43 2016 +0900
@@ -372,6 +372,7 @@
   static void transition_pending_onload_raw_monitors() NOT_JVMTI_RETURN;
 
   // attach support
+  static jint load_agent_library(const char *agent, const char *absParam, const char *options, outputStream* out) NOT_JVMTI_RETURN_(JNI_ERR);
   static jint load_agent_library(AttachOperation* op, outputStream* out) NOT_JVMTI_RETURN_(JNI_ERR);
 
   // SetNativeMethodPrefix support