InetAddress.getLocalHost() slow to run (30+ seconds)

With the following code: try { System.out.println(new Date()); InetAddress hostName = InetAddress.getLocalHost(); System.out.println(new Date()); } catch (UnknownHostException e) { e.