8287263: java/nio/channels/FileChannel/LargeMapTest.java times out on Windows
Reviewed-by: lancea
This commit is contained in:
parent
d792cbcc06
commit
742644e291
@ -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
|
||||
|
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user