8287263: java/nio/channels/FileChannel/LargeMapTest.java times out on Windows

Reviewed-by: lancea
This commit is contained in:
Brian Burkhalter 2022-05-25 02:10:52 +00:00
parent d792cbcc06
commit 742644e291
2 changed files with 1 additions and 3 deletions

View File

@ -562,8 +562,6 @@ java/nio/channels/AsynchronousSocketChannel/StressLoopback.java 8211851 aix-ppc6
java/nio/channels/DatagramChannel/ManySourcesAndTargets.java 8264385 macosx-aarch64
java/nio/channels/FileChannel/LargeMapTest.java 8286980 windows-all
############################################################################
# jdk_rmi

View File

@ -37,7 +37,7 @@ import static java.nio.file.StandardOpenOption.*;
* @bug 8286637
* @summary Ensure that memory mapping beyond 32-bit range does not cause an
* EXCEPTION_ACCESS_VIOLATION.
* @run main/othervm LargeMapTest
* @run main/othervm/timeout=240 LargeMapTest
*/
public class LargeMapTest {
private static final String FILE = "test.dat";