< prev index next >

test/java/net/InetAddress/HashSpread.java

Print this page

        

*** 24,33 **** --- 24,34 ---- /* * @test * @bug 4687909 * @summary Check Inet6Address.hashCode returns a reasonable spread of hash * codes. + * @key randomness */ import java.net.InetAddress; import java.net.UnknownHostException; import java.util.Random;
< prev index next >