8038075: JNI warnings in jdk/src/share/native/sun/misc/VMSupport.c

Reviewed-by: rriggs
This commit is contained in:
Vyom Tewari 2015-09-29 19:50:56 +02:00 committed by Daniel Fuchs
parent df66629e12
commit bed7702d83

View File

@ -42,6 +42,7 @@ Java_sun_misc_VMSupport_initAgentProperties(JNIEnv *env, jclass cls, jobject pro
if (!JDK_InitJvmHandle()) {
JNU_ThrowInternalError(env,
"Handle for JVM not found for symbol lookup");
return NULL;
}
InitAgentProperties_fp = (INIT_AGENT_PROPERTIES_FN)
JDK_FindJvmEntry("JVM_InitAgentProperties");