Skip to content

Commit

Permalink
change "@requires vm.flagless" to "@requires vm.compMode != \"Xcomp\""
Browse files Browse the repository at this point in the history
  • Loading branch information
sendaoYan committed May 10, 2024
1 parent e34cd37 commit eadbf64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/jdk/com/sun/net/httpserver/TcpNoDelayNotRequired.java
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
* @test
* @bug 6968351
* @summary tcp no delay not required for small payloads
* @requires vm.flagless
* @requires vm.compMode != "Xcomp"
* @library /test/lib
* @run main/othervm/timeout=5 -Dsun.net.httpserver.nodelay=false TcpNoDelayNotRequired
*/
Expand Down

0 comments on commit eadbf64

Please sign in to comment.