< prev index next >

test/compiler/floatingpoint/libTest15FloatJNIArgs.c

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

@@ -25,11 +25,11 @@
 
 #ifdef __cplusplus
 extern "C" {
 #endif
 
-JNIEXPORT jfloat JNICALL Java_Test15FloatJNIArgs_add15floats
+JNIEXPORT jfloat JNICALL Java_compiler_floatingpoint_Test15FloatJNIArgs_add15floats
   (JNIEnv *env, jclass cls,
    jfloat  f1, jfloat  f2, jfloat  f3, jfloat  f4,
    jfloat  f5, jfloat  f6, jfloat  f7, jfloat  f8,
    jfloat  f9, jfloat f10, jfloat f11, jfloat f12,
    jfloat f13, jfloat f14, jfloat f15) {
< prev index next >