8332006: Test com/sun/net/httpserver/TcpNoDelayNotRequired.java run timeout with -Xcomp

Reviewed-by: jpai, dfuchs
This commit is contained in:
SendaoYan 2024-05-10 10:10:53 +00:00 committed by Jaikiran Pai
parent dab92c51c7
commit dea8076a58

View File

@ -25,6 +25,7 @@
* @test
* @bug 6968351
* @summary tcp no delay not required for small payloads
* @requires vm.compMode != "Xcomp"
* @library /test/lib
* @run main/othervm/timeout=5 -Dsun.net.httpserver.nodelay=false TcpNoDelayNotRequired
*/