< prev index next >

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

Print this page

        

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