master
8294541: java/io/BufferedInputStream/TransferTo.java fails with OOME
8187443: Forest Consolidation: Move files to unified layout
8316156: ByteArrayInputStream.transferTo causes MaxDirectMemorySize overflow
8330748: ByteArrayOutputStream.writeTo(OutputStream) pins carrier
4926314: Optimize Reader.read(CharBuffer)
8280041: Retry loop issues in java.io.ClassCache
8366261: Provide utility methods for sun.security.util.Password
8245036: DataInputStream.readFully(byte[], int, int) does not throw expected IndexOutOfBoundsExceptions
8223254: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space"
8347841: Test fixes that use deprecated time zone IDs
8377910: Minor cleanup of java/io/FileDescriptor/Sharing.java
8355443: [java.io] Use @requires tag instead of exiting based on File.separatorChar value
8355444: [java.io] Use @requires tag instead of exiting based on "os.name" property value
8321713: Harmonize executeTestJvm with create[Limited]TestJavaProcessBuilder
8183554: Add constructors with Charset parameter for FileReader and FileWriter
8249836: java/io/IOException/LastErrorString.java should have bug-id as 1st word in @ignore
8266460: java.io tests fail on null stream with upgraded jtreg/TestNG
8292043: Incorrect decoding near EOF for stateful decoders like UTF-16
8235792: LineNumberReader.getLineNumber() behavior is inconsistent with respect to EOF
8306461: ObjectInputStream::readObject() should handle negative array sizes without throwing NegativeArraySizeExceptions
8327180: Failed: java/io/ObjectStreamClass/ObjectStreamClassCaching.java#G1
8136895: Writer not closed with disk full error, file resource leaked
8276970: Default charset for PrintWriter that wraps PrintStream
8183743: Umbrella: add overloads that take a Charset parameter
8296431: PushbackInputStream should override transferTo
8284780: Need methods to create pre-sized HashSet and LinkedHashSet
8322141: SequenceInputStream.transferTo should not return as soon as Long.MAX_VALUE bytes have been transferred
8389492: [21u] java/io/Serializable/records/ProhibitedMethods.java fails after JDK-8307843 backport in othervm mode
8228392: Backout incorrect change done by JDK-8067801