Hi Nick, Looks good to me. But while you're at it, could you make the `ok` and `requests` fields volatile?
best regards, -- daniel On 14/08/2020 04:42, Nick Gasson wrote:
Hi, Bug: http://cr.openjdk.java.net/~ngasson/8251517/webrev.0/ Webrev: https://bugs.openjdk.java.net/browse/JDK-8251517 This case fails in our testing when run with -Xcomp on a fastdebug build. The 5s socket read timeout is too short for this configuration. Fix by scaling by the jtreg timeout factor. -- Thanks, Nick