-
Bug
-
Resolution: Fixed
-
P5
-
8, 9
-
b166
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8179177 | 10 | Brian Burkhalter | P5 | Resolved | Fixed | b06 |
http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/46e1898b6c6e/src/java.base/linux/native/libnio/ch/EPoll.c#l99 defines
JNIEXPORT void JNICALL Java_sun_nio_ch_EPoll_close0(JNIEnv *env, jclass c, jint epfd)
but http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/46e1898b6c6e/src/java.base/linux/classes/sun/nio/ch/EPoll.java does not declare that there is such a method.
There is no reason to be carrying around extra code.
If there are references to this method, I am curious to know where they are.
JNIEXPORT void JNICALL Java_sun_nio_ch_EPoll_close0(JNIEnv *env, jclass c, jint epfd)
but http://hg.openjdk.java.net/jdk9/jdk9/jdk/file/46e1898b6c6e/src/java.base/linux/classes/sun/nio/ch/EPoll.java does not declare that there is such a method.
There is no reason to be carrying around extra code.
If there are references to this method, I am curious to know where they are.
- backported by
-
JDK-8179177 Java_sun_nio_ch_EPoll_close0 definition, but no sun.nio.ch.EPoll.close0 declaration.
-
- Resolved
-
- links to