Skip to content

Commit

Permalink
8323276: StressDirListings.java fails on AIX
Browse files Browse the repository at this point in the history
Backport-of: e5aed6be7a184a86a32fa671d48e0781fab54183
  • Loading branch information
GoeLin committed Mar 7, 2024
1 parent d4823c2 commit 40f0254
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2021, 2022, Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2021, 2024, Oracle and/or its affiliates. All rights reserved.
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
*
* This code is free software; you can redistribute it and/or modify it
Expand All @@ -25,7 +25,7 @@
* @test
* @summary Test to stress directory listings
* @library /test/lib
* @run testng/othervm/timeout=180 StressDirListings
* @run testng/othervm/timeout=180 -Dsun.net.httpserver.nodelay=true StressDirListings
*/

import java.io.IOException;
Expand Down

1 comment on commit 40f0254

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.