Commits
User selector
Commit History
Commits on Mar 30, 2021
8264148: Update spec for exceptions retrofitted for exception chaining
Show description for 815248acommitted
Commits on Mar 23, 2021
8251942: PrintStream specification is not clear which flush method is automatically invoked
Show description for d7268facommitted
Brian Burkhalter
Commits on Mar 19, 2021
8263658: Use the blessed modifier order in java.base
Show description for b49c589authored andcommitted
Commits on Mar 15, 2021
8263552: Use String.valueOf() for char-to-String conversions
Show description for c0176c4authored andcommitted
Commits on Mar 9, 2021
8263190: Update java.io, java.math, and java.text to use instanceof pattern variable
Show description for 0f2402dcommitted
Commits on Feb 25, 2021
8258444: Clean up specifications of java.io.Reader.read(char[],int,int) in subclass overrides
Show description for 5a9b701committed
Brian Burkhalter
Commits on Feb 22, 2021
8248318: Remove superfluous use of boxing in ObjectStreamClass
Show description for e9d7c07committed
Julia Boes
Commits on Feb 19, 2021
8247918: Clarify Reader.skip behavior for end of stream
Show description for 7ffa148committed
Brian Burkhalter6245663: (spec) File.renameTo(File) changes the file-system object, not the File instance
Show description for 851b2e3committed
Brian Burkhalter
Commits on Feb 12, 2021
8261160: Add a deserialization JFR event
Show description for 3dc6f52andcommitted
Commits on Jan 25, 2021
8260273: DataOutputStream writeChars optimization
Show description for c52c6c6committed
Hamlin Li
Commits on Jan 11, 2021
8258422: Cleanup unnecessary null comparison before instanceof check in java.base
Show description for 022bc9fauthored andcommitted
Commits on Dec 17, 2020
8248383: Clarify java.io.Reader.read(char[], ...) behavior for full array
Show description for 143998ecommitted
Brian Burkhalter
Commits on Dec 16, 2020
8253497: Core Libs Terminology Refresh
Show description for b2f0355committed
Brent Christian
Commits on Dec 7, 2020
8256679: Update serialization javadoc once JOSS changes for records are complete
Show description for d05401dcommitted
Julia Boes
Commits on Dec 6, 2020
8256167: Convert JDK use of `Reference::get` to `Reference::refersTo`
Show description for 972bc3bcommitted
Mandy Chung
Commits on Dec 4, 2020
8257750: writeBuffer field of java.io.DataOutputStream should be final
Show description for e27ea4dcommitted
Brian Burkhalter
Commits on Dec 1, 2020
8246739: InputStream.skipNBytes could be implemented more efficiently
Show description for c5046cacommitted
Brian Burkhalter
Commits on Nov 24, 2020
8256480: Refactor ObjectInputStream field reader implementation
Show description for bd14274committed
Roger Riggs
Commits on Nov 20, 2020
8256183: InputStream.skipNBytes is missing @since 12
Show description for be6c893authored andcommitted
8037384: Fix wording in Javadoc of java.io.Serializable
Show description for cc0ed40committed
Stuart Marks
Commits on Nov 9, 2020
8254078: DataOutputStream is very slow post-disabling of Biased Locking
Show description for 17f04fccommitted
Andrew Haley
Commits on Nov 7, 2020
8255989: Remove explicitly unascribed authorship from Java source files
Show description for c5462bbcommitted
Commits on Nov 4, 2020
8254742: InputStream::readNBytes(int) result may contain zeros not in input
Show description for c287170committed
Brian Burkhalter
Commits on Oct 22, 2020
8255262: Remove use of legacy custom @spec tag
Show description for 0aa3c92committed
Commits on Oct 20, 2020
8249927: Specify limits of jdk.serialProxyInterfaceLimit
Show description for 0d35235authored andcommitted
8236862: Enhance support of Proxy class
Show description for 036da99authored andcommitted
Commits on Oct 7, 2020
8067127: Tags cleanup
Show description for db3053dcommitted
Brian Burkhalter
Commits on Aug 25, 2020
8251203: Fix "no comment" warnings in java.base/java.lang and java/io
Show description for afce1f4committed
Roger Riggs
Commits on Aug 7, 2020
8245036: DataInputStream.readFully(byte[], int, int) does not throw expected IndexOutOfBoundsExceptions
Show description for 4ac45a3authored andcommitted
Commits on Aug 5, 2020
8235792: LineNumberReader.getLineNumber() behavior is inconsistent with respect to EOF
Show description for 3ea5fdccommitted
Brian Burkhalter
Commits on Jul 15, 2020
8249205: Remove unnecessary trademark symbols
Show description for 55039aacommitted
Commits on Jun 25, 2020
8248233: Avoid superfluous Class::isRecord invocations during deserialization
Show description for 42d3badandcommitted
Commits on Jun 24, 2020
8247532: Records deserialization is slow
Show description for 2f09989committed
Peter Levart
Commits on Apr 16, 2020
8234836: Improve serialization handling
Show description for 34fc330committed
Roger Riggs