--- old/src/java.base/share/classes/java/net/InetAddress.java 2018-07-20 14:09:21.652394846 -0700 +++ new/src/java.base/share/classes/java/net/InetAddress.java 2018-07-20 14:09:21.264394836 -0700 @@ -1709,8 +1709,7 @@ return (InetAddressImpl) impl; } - private void readObjectNoData () throws - IOException, ClassNotFoundException { + private void readObjectNoData () { if (getClass().getClassLoader() != null) { throw new SecurityException ("invalid address type"); }