< prev index next >

src/java.base/windows/native/libnet/Inet4AddressImpl.c

Print this page
rev 14618 : 8158023: SocketExceptions contain too little information sometimes

*** 1,7 **** /* ! * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2000, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 231,241 **** (*env)->SetObjectArrayElement(env, ret, i, iaObj); addrp++; i++; } } else if (WSAGetLastError() == WSATRY_AGAIN) { ! NET_ThrowByNameWithLastError(env, JNU_JAVANETPKG "UnknownHostException", hostname); } else { JNU_ThrowByName(env, JNU_JAVANETPKG "UnknownHostException", hostname); } --- 231,241 ---- (*env)->SetObjectArrayElement(env, ret, i, iaObj); addrp++; i++; } } else if (WSAGetLastError() == WSATRY_AGAIN) { ! JNU_ThrowByNameWithLastError(env, JNU_JAVANETPKG "UnknownHostException", hostname); } else { JNU_ThrowByName(env, JNU_JAVANETPKG "UnknownHostException", hostname); }
< prev index next >