mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-19 18:07:49 +00:00
6939022: Source code adjustments for parfait compilation
Reviewed-by: jjg
This commit is contained in:
parent
3235e8028e
commit
5fcb4ac25f
@ -160,10 +160,10 @@ static jint throwIllegalStateException(JNIEnv *env, const char * cause)
|
||||
return -1;
|
||||
}
|
||||
|
||||
#define MEMORY_EXCEPTION(str) throwOutOfMemoryError(env, "Poller:" ## str)
|
||||
#define STATE_EXCEPTION(str) throwIllegalStateException(env, "Poller:" ## str)
|
||||
#define MEMORY_EXCEPTION(str) throwOutOfMemoryError(env, "Poller:" str)
|
||||
#define STATE_EXCEPTION(str) throwIllegalStateException(env, "Poller:" str)
|
||||
#define INTERRUPT_EXCEPTION(str) throwInterruptedIOException(env, \
|
||||
"Poller:" ## str)
|
||||
"Poller:" str)
|
||||
jint addfd(JNIEnv *, ioevent_t *, jint, jshort);
|
||||
jint removefd(JNIEnv *, ioevent_t *, jint);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user