8267564: JDK-8252971 causes SPECjbb2015 socket exceptions on Windows when MKS is installed

Reviewed-by: alanb
This commit is contained in:
Michael McMahon 2021-06-08 07:58:54 +00:00
parent 00c88f79b3
commit 61ab4b9d18
3 changed files with 68 additions and 10 deletions

View file

@ -95,7 +95,7 @@ jint unixSocketAddressToSockaddr(JNIEnv *env, jbyteArray path, struct sockaddr_u
}
JNIEXPORT jboolean JNICALL
Java_sun_nio_ch_UnixDomainSockets_socketSupported(JNIEnv *env, jclass cl)
Java_sun_nio_ch_UnixDomainSockets_init(JNIEnv *env, jclass cl)
{
return JNI_TRUE;
}