< prev index next >

src/jdk.management.agent/windows/native/libmanagement_agent/FileSystemImpl.c

Print this page

        

@@ -37,11 +37,11 @@
 
     if ((*vm)->GetEnv(vm, (void**) &env, JNI_VERSION_1_2) != JNI_OK) {
         return JNI_EVERSION; /* JNI version not supported */
     }
 
-    return JNI_VERSION_9;
+    return JNI_VERSION_10;
 }
 
 
 /*
  * Access mask to represent any file access
< prev index next >