8294541: java/io/BufferedInputStream/TransferTo.java fails with OOME

Reviewed-by: alanb
This commit is contained in:
Markus Karg 2022-10-09 13:55:27 +00:00 committed by Alan Bateman
parent 542cc602a7
commit 8713dfa64e
2 changed files with 2 additions and 3 deletions

View File

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

View File

@ -61,8 +61,8 @@ import static org.testng.Assert.assertTrue;
* @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