jdk/test/java/nio/channels/FileChannel/TransferTo6GBFile.java
changeset 44363 bdc8543c97f5
parent 44273 a2e3e08c5468
child 45831 2917da7ac11c
--- a/jdk/test/java/nio/channels/FileChannel/TransferTo6GBFile.java	Thu Mar 23 22:57:12 2017 +0000
+++ b/jdk/test/java/nio/channels/FileChannel/TransferTo6GBFile.java	Fri Mar 24 09:16:58 2017 -0700
@@ -50,11 +50,6 @@
     // Test transferTo with file positions larger than 2 and 4GB
     @Test
     public void xferTest08() throws Exception { // for bug 6253145
-        // Creating a sparse 6GB file on Windows takes too long
-        String osName = System.getProperty("os.name");
-        if (osName.startsWith("Windows"))
-            return;
-
         final long G = 1024L * 1024L * 1024L;
 
         // Create 6GB file