8211905: Remove multiple casts for EM06 file
Remove multiple casts for EM06 file Reviewed-by: sspitsyn, cjplummer
This commit is contained in:
parent
a2ad8f419f
commit
11da699d9e
@ -73,8 +73,7 @@ handler(jvmtiEvent event, jvmtiEnv* jvmti, JNIEnv* jni_env,
|
||||
return;
|
||||
}
|
||||
|
||||
jclassName = (jstring) (jstring) (jstring) (jstring) (jstring) (jstring) (jstring) (jstring) (jstring) NSK_CPP_STUB3(CallObjectMethod, jni_env, klass,
|
||||
methodID);
|
||||
jclassName = (jstring) NSK_CPP_STUB3(CallObjectMethod, jni_env, klass, methodID);
|
||||
|
||||
className = NSK_CPP_STUB3(GetStringUTFChars, jni_env, jclassName, 0);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user