8212001: Verify exported symbols in java.base (libjava)

Reviewed-by: chegar
This commit is contained in:
Pavel Rappo 2018-10-11 14:10:13 +01:00
parent 9701ffd293
commit 01a3fec4cb
5 changed files with 5 additions and 8 deletions

View file

@ -201,7 +201,7 @@ writeBytes(JNIEnv *env, jobject this, jbyteArray bytes,
}
}
JNIEXPORT void JNICALL
void
throwFileNotFoundException(JNIEnv *env, jstring path)
{
char buf[256];

View file

@ -54,8 +54,7 @@ void writeSingle(JNIEnv *env, jobject this, jint byte, jboolean append, jfieldID
void writeBytes(JNIEnv *env, jobject this, jbyteArray bytes, jint off,
jint len, jboolean append, jfieldID fid);
void fileOpen(JNIEnv *env, jobject this, jstring path, jfieldID fid, int flags);
JNIEXPORT void JNICALL
throwFileNotFoundException(JNIEnv *env, jstring path);
void throwFileNotFoundException(JNIEnv *env, jstring path);
/*
* Macros for managing platform strings. The typical usage pattern is: