--- old/src/share/vm/prims/jvmtiExport.hpp 2016-01-19 22:13:45.855579942 +0900 +++ new/src/share/vm/prims/jvmtiExport.hpp 2016-01-19 22:13:45.657589660 +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