< prev index next >

test/compiler/calls/libTestDirtyInt.c

Print this page
rev 11557 : 8132919: use package in compiler tests
Reviewed-by: duke

@@ -24,10 +24,10 @@
 #include "jni.h"
 #include <stdio.h>
 
 static int array = 0x42;
 
-JNIEXPORT jint JNICALL Java_TestDirtyInt_test(JNIEnv* env, jclass jclazz, jint v)
+JNIEXPORT jint JNICALL Java_compiler_calls_TestDirtyInt_test(JNIEnv* env, jclass jclazz, jint v)
 {
   int* ptr = &array + v + 4;
   return *ptr;
 }
< prev index next >