< prev index next >

src/jdk.attach/macosx/native/libattach/VirtualMachineImpl.c

Print this page

        

@@ -268,11 +268,11 @@
 /*
  * Class:     sun_tools_attach_BSDVirtualMachine
  * Method:    createAttachFile
  * Signature: (Ljava.lang.String;)V
  */
-JNIEXPORT void JNICALL Java_sun_tools_attach_VirtualMachineImpl_createAttachFile(JNIEnv *env, jclass cls, jstring path)
+JNIEXPORT void JNICALL Java_sun_tools_attach_VirtualMachineImpl_createAttachFile0(JNIEnv *env, jclass cls, jstring path)
 {
     const char* _path;
     jboolean isCopy;
     int fd, rc;
 
< prev index next >