< prev index next >

src/java.base/unix/native/libjava/FileOutputStream_md.c

Print this page
rev 50500 : [mq]: JDK-8204663-clean-up-after-JDK-8187631

*** 68,76 **** Java_java_io_FileOutputStream_writeBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off, jint len, jboolean append) { writeBytes(env, this, bytes, off, len, append, fos_fd); } - void JNICALL - Java_java_io_FileOutputStream_close0(JNIEnv *env, jobject this) { - fileClose(env, this, fos_fd); - } --- 68,72 ----
< prev index next >