--- old/src/java.base/unix/native/libnio/ch/PollSelectorImpl.c 2018-11-30 08:32:53.247540399 -0500 +++ new/src/java.base/unix/native/libnio/ch/PollSelectorImpl.c 2018-11-30 08:32:52.964540417 -0500 @@ -33,9 +33,9 @@ #include "sun_nio_ch_PollSelectorImpl.h" JNIEXPORT jint JNICALL -Java_sun_nio_ch_PollSelectorImpl_poll(JNIEnv *env, jclass clazz, - jlong address, jint numfds, - jint timeout) +Java_sun_nio_ch_PollSelectorImpl_poll0(JNIEnv *env, jclass clazz, + jlong address, jint numfds, + jint timeout) { struct pollfd *a; int res;