--- old/test/org/openjdk/jigsaw/_RemoteRepositoryList.java Thu Feb 23 10:43:29 2012 +++ new/test/org/openjdk/jigsaw/_RemoteRepositoryList.java Thu Feb 23 10:43:29 2012 @@ -124,7 +124,7 @@ static URI local(int port, String path) throws Exception { if (localHost == null) - localHost = InetAddress.getLocalHost().getHostName(); + localHost = InetAddress.getLocalHost().getCanonicalHostName(); return URI.create("http://" + localHost + ":" + port + path); }