8287526: java/nio/channels/FileChannel/LargeMapTest.java fails on 32-bit systems
Reviewed-by: alanb, stuefe
This commit is contained in:
parent
7ef6993576
commit
1b44f6c483
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user