mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8212001: Verify exported symbols in java.base (libjava)
Reviewed-by: chegar
This commit is contained in:
parent
9701ffd293
commit
01a3fec4cb
5 changed files with 5 additions and 8 deletions
|
@ -201,7 +201,7 @@ writeBytes(JNIEnv *env, jobject this, jbyteArray bytes,
|
|||
}
|
||||
}
|
||||
|
||||
JNIEXPORT void JNICALL
|
||||
void
|
||||
throwFileNotFoundException(JNIEnv *env, jstring path)
|
||||
{
|
||||
char buf[256];
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue