diff -r f95d63e2154a -r 828eafbd85cc src/share/vm/prims/jvm.h --- a/src/share/vm/prims/jvm.h Tue Nov 23 13:22:55 2010 -0800 +++ b/src/share/vm/prims/jvm.h Wed Dec 01 18:26:32 2010 -0500 @@ -1405,23 +1405,6 @@ JNIEXPORT jint JNICALL JVM_SetSockOpt(jint fd, int level, int optname, const char *optval, int optlen); -/* - * These routines are only reentrant on Windows - */ - -#ifdef _WINDOWS - -JNIEXPORT struct protoent * JNICALL -JVM_GetProtoByName(char* name); - -JNIEXPORT struct hostent* JNICALL -JVM_GetHostByAddr(const char* name, int len, int type); - -JNIEXPORT struct hostent* JNICALL -JVM_GetHostByName(char* name); - -#endif /* _WINDOWS */ - JNIEXPORT int JNICALL JVM_GetHostName(char* name, int namelen);