--- old/src/java.base/share/classes/java/net/InetAddress.java 2018-11-26 13:32:47.474000000 -0800 +++ new/src/java.base/share/classes/java/net/InetAddress.java 2018-11-26 13:32:47.298000000 -0800 @@ -1168,7 +1168,7 @@ * No name service is checked for the validity of the address. * *

The host name can either be a machine name, such as - * "{@code java.sun.com}", or a textual representation of its IP + * "{@code www.example.com}", or a textual representation of its IP * address. *

No validity checking is done on the host name either. * @@ -1213,7 +1213,7 @@ * Determines the IP address of a host, given the host's name. * *

The host name can either be a machine name, such as - * "{@code java.sun.com}", or a textual representation of its + * "{@code www.example.com}", or a textual representation of its * IP address. If a literal IP address is supplied, only the * validity of the address format is checked. * @@ -1259,7 +1259,7 @@ * based on the configured name service on the system. * *

The host name can either be a machine name, such as - * "{@code java.sun.com}", or a textual representation of its IP + * "{@code www.example.com}", or a textual representation of its IP * address. If a literal IP address is supplied, only the * validity of the address format is checked. *