--- old/test/sun/security/krb5/auto/ReplayCacheExpunge.java 2016-10-25 15:18:42.000000000 +0800 +++ new/test/sun/security/krb5/auto/ReplayCacheExpunge.java 2016-10-25 15:18:42.000000000 +0800 @@ -47,15 +47,15 @@ int count = Integer.parseInt(args[0]); ReplayCache cache = ReplayCache.getInstance("dfl:./"); AuthTimeWithHash a1 = - new AuthTimeWithHash(client, server, time(-400), 0, hash("1")); + new AuthTimeWithHash(client, server, time(-400), 0, "HASH", hash("1")); AuthTimeWithHash a2 = - new AuthTimeWithHash(client, server, time(0), 0, hash("4")); + new AuthTimeWithHash(client, server, time(0), 0, "HASH", hash("4")); KerberosTime now = new KerberosTime(time(0)*1000L); KerberosTime then = new KerberosTime(time(-300)*1000L); // Once upon a time, we added a lot of events for (int i=0; i