master
8322868: java/io/BufferedInputStream/TransferToTrusted.java has bad copyright header
8187443: Forest Consolidation: Move files to unified layout
8321053: Use ByteArrayInputStream.buf directly when parameter of transferTo() is trusted
8369997: Tests that use custom scheduler should use jdk.test.lib.thread.VThreadScheduler
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"
8355342: File.getCanonicalPath on Java 24 resolves paths on network drives to UNC format
8367869: Test java/io/FileDescriptor/Sync.java timed out
8260555: Change the default TIMEOUT_FACTOR from 4 to 1
8354053: Remove unused JavaIOFilePermissionAccess
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
8341692: Implement JEP 490: ZGC: Remove the Non-Generational Mode
8136895: Writer not closed with disk full error, file resource leaked
8367943: PipedOutputStream write(0, 0) successful after close()
8276970: Default charset for PrintWriter that wraps PrintStream
8183743: Umbrella: add overloads that take a Charset parameter
8296431: PushbackInputStream should override transferTo
8358533: Improve performance of java.io.Reader.readAllLines
8322141: SequenceInputStream.transferTo should not return as soon as Long.MAX_VALUE bytes have been transferred
8369858: Remove darcy author tags from jdk tests
8355443: [java.io] Use @requires tag instead of exiting based on File.separatorChar value
8228392: Backout incorrect change done by JDK-8067801