master
8187443: Forest Consolidation: Move files to unified layout
8067127: Tags cleanup
8231186: Replace html tag <code>foo</code> with javadoc tag {@code foo} in java.base
8258444: Clean up specifications of java.io.Reader.read(char[],int,int) in subclass overrides
8230648: Replace @exception tag with @throws in java.base
8316156: ByteArrayInputStream.transferTo causes MaxDirectMemorySize overflow
8223593: Refactor code for reallocating storage
4926314: Optimize Reader.read(CharBuffer)
8261301: StringWriter.flush() is NOOP but documentation does not indicate it
8229997: Apply java.io.Serial annotations in java.base
8280041: Retry loop issues in java.io.ClassCache
8354469: Keytool exposes the password in plain text when command is piped using | grep
8234335: Remove line break in class declaration in java.base
8292698: Improve performance of DataInputStream
8242230: Whitespace typos, relaxed javadoc, formatting
8263190: Update java.io, java.math, and java.text to use instanceof pattern variable
8211122: Reduce the number of internal classes made accessible to jdk.unsupported
8255989: Remove explicitly unascribed authorship from Java source files
8278356: Improve file creation
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
8183554: Add constructors with Charset parameter for FileReader and FileWriter
8264777: Overload optimized FileInputStream::readAllBytes
8271489: (doc) Clarify Filter Factory example
8278065: Refactor subclassAudits to use ClassValue
8255262: Remove use of legacy custom @spec tag
8266857: PipedOutputStream.sink should be volatile
8247896: Invalid (@throw) tags in 2 java.io classes
8251942: PrintStream specification is not clear which flush method is automatically invoked
8266078: Reader.read(CharBuffer) advances Reader position for read-only Charbuffers
8256679: Update serialization javadoc once JOSS changes for records are complete
8267670: Update java.io, java.math, and java.text to use switch expressions
8251203: Fix "no comment" warnings in java.base/java.lang and java/io
8264148: Update spec for exceptions retrofitted for exception chaining
8196298: Add null Reader and Writer
8037384: Fix wording in Javadoc of java.io.Serializable 8231547: Serializable class doc should link to serialization specification