Skip to content

Commit

Permalink
8294541: java/io/BufferedInputStream/TransferTo.java fails with OOME
Browse files Browse the repository at this point in the history
Reviewed-by: alanb
  • Loading branch information
mkarg authored and Alan Bateman committed Oct 9, 2022
1 parent 542cc60 commit 8713dfa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion test/jdk/ProblemList.txt
Expand Up @@ -507,7 +507,6 @@ java/lang/instrument/RetransformBigClass.sh 8065756 generic-
# jdk_io

java/io/pathNames/GeneralWin32.java 8180264 windows-all
java/io/BufferedInputStream/TransferTo.java 8294541 generic-all
java/io/File/createTempFile/SpecialTempFile.java 8274122 windows11
java/io/File/GetXSpace.java 8291911 windows-all

Expand Down
4 changes: 2 additions & 2 deletions test/jdk/java/io/BufferedInputStream/TransferTo.java
Expand Up @@ -61,8 +61,8 @@
* @test
* @library /test/lib
* @build jdk.test.lib.RandomFactory
* @run testng/othervm/timeout=180 TransferTo
* @bug 8279283
* @run testng/othervm/timeout=180 -Xmx1280m TransferTo
* @bug 8279283 8294541
* @summary Tests whether java.io.BufferedInputStream.transferTo conforms to the
* InputStream.transferTo specification
* @key randomness
Expand Down

1 comment on commit 8713dfa

@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.