8038075: JNI warnings in jdk/src/share/native/sun/misc/VMSupport.c
Reviewed-by: rriggs
This commit is contained in:
parent
df66629e12
commit
bed7702d83
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user