< prev index next >

test/jdk/java/nio/channels/FileChannel/LargeMapTest.java

Print this page
@@ -35,11 +35,10 @@
  
  import static java.nio.file.StandardOpenOption.*;
  
  /*
   * @test
-  * @enablePreview
   * @bug 8286637
   * @summary Ensure that memory mapping beyond 32-bit range does not cause an
   *          EXCEPTION_ACCESS_VIOLATION.
   * @requires vm.bits == 64
   * @library /test/lib
< prev index next >