8287526: java/nio/channels/FileChannel/LargeMapTest.java fails on 32-bit systems

Reviewed-by: alanb, stuefe
This commit is contained in:
Aleksey Shipilev 2022-05-31 13:48:18 +00:00
parent 7ef6993576
commit 1b44f6c483

View File

@ -37,6 +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.
* @requires vm.bits == 64
* @run main/othervm/timeout=240 LargeMapTest
*/
public class LargeMapTest {