Navigation Menu

Skip to content

Commit

Permalink
8287526: java/nio/channels/FileChannel/LargeMapTest.java fails on 32-…
Browse files Browse the repository at this point in the history
…bit systems

Reviewed-by: alanb, stuefe
  • Loading branch information
shipilev committed May 31, 2022
1 parent 7ef6993 commit 1b44f6c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/jdk/java/nio/channels/FileChannel/LargeMapTest.java
Expand Up @@ -37,6 +37,7 @@
* @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 {
Expand Down

0 comments on commit 1b44f6c

Please sign in to comment.