Skip to content

Commit 40f0254

Browse files
committed
8323276: StressDirListings.java fails on AIX
Backport-of: e5aed6be7a184a86a32fa671d48e0781fab54183
1 parent d4823c2 commit 40f0254

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/jdk/com/sun/net/httpserver/simpleserver/StressDirListings.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
2+
* Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
33
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
44
*
55
* This code is free software; you can redistribute it and/or modify it
@@ -25,7 +25,7 @@
2525
* @test
2626
* @summary Test to stress directory listings
2727
* @library /test/lib
28-
* @run testng/othervm/timeout=180 StressDirListings
28+
* @run testng/othervm/timeout=180 -Dsun.net.httpserver.nodelay=true StressDirListings
2929
*/
3030

3131
import java.io.IOException;

0 commit comments

Comments
 (0)