< prev index next >

test/hotspot/jtreg/runtime/exceptionMsgs/ArrayStoreException/libArrayStoreExceptionTest.c

Print this page
rev 50668 : [mq]: 8205141-ArrayStoreExceptionTest-fails-with-assert

@@ -28,10 +28,5 @@
   Java_ArrayStoreExceptionTest_doNativeArrayStore(JNIEnv *env, jclass klass,
                                                   jobjectArray array, jobject element, jint index) {
   (*env)->SetObjectArrayElement(env, array, index, element);
 }
 
-JNIEXPORT void JNICALL
-  Java_ArrayStoreExceptionTest_doNativeArrayStore2(JNIEnv *env, jclass klass,
-                                                   jobject array, jobject element, jint index) {
-  (*env)->SetObjectArrayElement(env, (jobjectArray)array, index, element);
-}
< prev index next >