On Fri, 30 Sep 2022 09:38:37 GMT, Alan Bateman <al...@openjdk.org> wrote:
>> Jaikiran Pai has updated the pull request incrementally with one additional >> commit since the last revision: >> >> update test comment to address review comments > > test/jdk/java/net/vthread/HttpALot.java line 32: > >> 30: * @library /test/lib >> 31: * @compile --enable-preview -source ${jdk.version} HttpALot.java >> 32: * @comment The test launch command intentionally uses >> -Dsun.net.httpserver.nodelay=true > > Maybe replace this "The test runs with -Dsun.net.httpserver.nodelay=true" as > the words "launch command intentionally uses" aren't really needed. Done. Updated the PR to use the suggested wording. ------------- PR: https://git.openjdk.org/jdk/pull/10504