8212000: Verify exported symbols in java.base (libnet, libnio/ch)

Reviewed-by: alanb, chegar
This commit is contained in:
Pavel Rappo 2018-10-10 14:13:32 +01:00
parent df92fc0954
commit a9efcea778
5 changed files with 5 additions and 10 deletions

View file

@ -903,7 +903,7 @@ NET_IsEqual(jbyte* caddr1, jbyte* caddr2) {
* It returns the time left from the timeout, or -1 if it expired.
*/
JNIEXPORT jint JNICALL
jint
NET_Wait(JNIEnv *env, jint fd, jint flags, jint timeout)
{
jlong prevTime = JVM_CurrentTimeMillis(env, 0);