Skip to content

Commit 8713dfa

Browse files
mkargAlan Bateman
authored and
Alan Bateman
committedOct 9, 2022
8294541: java/io/BufferedInputStream/TransferTo.java fails with OOME
Reviewed-by: alanb
1 parent 542cc60 commit 8713dfa

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed
 

‎test/jdk/ProblemList.txt

-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,6 @@ java/lang/instrument/RetransformBigClass.sh 8065756 generic-
507507
# jdk_io
508508

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

‎test/jdk/java/io/BufferedInputStream/TransferTo.java

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@
6161
* @test
6262
* @library /test/lib
6363
* @build jdk.test.lib.RandomFactory
64-
* @run testng/othervm/timeout=180 TransferTo
65-
* @bug 8279283
64+
* @run testng/othervm/timeout=180 -Xmx1280m TransferTo
65+
* @bug 8279283 8294541
6666
* @summary Tests whether java.io.BufferedInputStream.transferTo conforms to the
6767
* InputStream.transferTo specification
6868
* @key randomness

0 commit comments

Comments
 (0)
Please sign in to comment.