master
8294541: java/io/BufferedInputStream/TransferTo.java fails with OOME
8187443: Forest Consolidation: Move files to unified layout
8321053: Use ByteArrayInputStream.buf directly when parameter of transferTo() is trusted
8249699: java/io/ByteArrayOutputStream/MaxCapacity.java should use @requires instead of @ignore
4926314: Optimize Reader.read(CharBuffer)
8280041: Retry loop issues in java.io.ClassCache
8315097: Rename createJavaProcessBuilder
8245036: DataInputStream.readFully(byte[], int, int) does not throw expected IndexOutOfBoundsExceptions
8223254: DataOutputStream/WriteUTF.java fails due to "OutOfMemoryError: Java heap space"
8320348: test/jdk/java/io/File/GetAbsolutePath.windowsDriveRelative fails if working directory is not on drive C
8314120: Add tests for FileDescriptor.sync
8272297: FileInputStream should override transferTo() for better performance
8285523: Improve test java/io/FileOutputStream/OpenNUL.java
8230407: SocketPermission and FilePermission action list allows leading comma
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
8307058: Implementation of Generational ZGC
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
8297298: SequenceInputStream should override transferTo
8283698: Refactor Locale constructors used in src/test
8228392: Backout incorrect change done by JDK-8067801