8301942: java/net/httpclient/DigestEchoClientSSL.java fail with -Xcomp

Reviewed-by: dfuchs
This commit is contained in:
sunguoyun 2023-02-13 12:50:28 +00:00 committed by Daniel Fuchs
parent 0025764ec0
commit df93880efd

@ -507,7 +507,7 @@ public class DigestEchoClient {
System.gc();
if (queue.remove(100) == ref) break;
}
var error = TRACKER.checkShutdown(500);
var error = TRACKER.checkShutdown(900);
if (error != null) throw error;
}
System.out.println("OK");