--- old/test/java/util/Hashtable/HashCode.java 2012-05-29 16:26:39.000000000 -0700 +++ new/test/java/util/Hashtable/HashCode.java 2012-05-29 16:26:39.000000000 -0700 @@ -36,8 +36,5 @@ if (m.hashCode() != 0) throw new Exception("Empty Hashtable has nonzero hashCode."); - m.put("Joe", "Blow"); - if (m.hashCode() != ("Joe".hashCode() ^ "Blow".hashCode())) - throw new Exception("Non-empty Hashtable has wrong hashCode."); } }