8323276: StressDirListings.java fails on AIX

Reviewed-by: jpai, dfuchs
This commit is contained in:
Varada M 2024-01-11 12:17:35 +00:00 committed by Jaikiran Pai
parent b922f8d459
commit e5aed6be7a

View File

@ -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
@ -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;