Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8276199: java/nio/channels/FileChannel/LargeGatheringWrite.java fails…
… to terminate correctly

Reviewed-by: alanb
  • Loading branch information
Brian Burkhalter committed Nov 4, 2021
1 parent b57715a commit 7bb2173
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions test/jdk/ProblemList.txt
Expand Up @@ -609,8 +609,6 @@ java/nio/channels/DatagramChannel/Unref.java 8233519 generic-

java/nio/channels/AsynchronousSocketChannel/StressLoopback.java 8211851 aix-ppc64

java/nio/channels/FileChannel/LargeGatheringWrite.java 8276199 windows-x64

############################################################################

# jdk_rmi
Expand Down
Expand Up @@ -29,7 +29,7 @@
* @library ..
* @library /test/lib
* @build jdk.test.lib.RandomFactory
* @run main/othervm -Xmx4G LargeGatheringWrite
* @run main/othervm/timeout=240 -Xmx4G LargeGatheringWrite
* @key randomness
*/
import java.io.IOException;
Expand Down

1 comment on commit 7bb2173

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.