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