Commits
User selector
Commit History
Commits on Apr 1, 2021
8264609: Number.{byteValue, shortValue} spec should use @implSpec
Show description for b953386committed
Commits on Mar 30, 2021
8264148: Update spec for exceptions retrofitted for exception chaining
Show description for 815248acommitted
Commits on Mar 29, 2021
8263754: HexFormat 'fromHex' methods should be static
Show description for 8cf1c62committed
Roger Riggs8264029: Replace uses of StringBuffer with StringBuilder in java.base
Show description for fbbd98bauthored andcommitted
Commits on Mar 25, 2021
8264161: BigDecimal#stripTrailingZeros can throw undocumented ArithmeticException
Show description for 2593196committed4833719: (bf) Views of MappedByteBuffers are not MappedByteBuffers, and cannot be forced
Show description for b006f22committed
Brian Burkhalter
Commits on Mar 24, 2021
8263968: CDS: java/lang/ModuleLayer.EMPTY_LAYER should be singleton
Show description for 133a63bauthored andcommitted
8263358: Update java.lang to use instanceof pattern variable
Show description for 329697bcommitted
Commits on Mar 23, 2021
8263978: Clarify why 0 argument is ignored in SecureRandom::setSeed
Show description for 0b2aa1bcommitted8263903: Use Cleaner instead of finalize to auto stop Timer thread
Show description for 2425462committed
Kim Barrett8263905: Remove finalize methods for SocketInput/OutputStream
Show description for 47ef038committed
Kim Barrett8251942: PrintStream specification is not clear which flush method is automatically invoked
Show description for d7268facommitted
Brian Burkhalter8241619: (fs) Files.newByteChannel(path, Set.of(CREATE_NEW, READ)) does not throw a FileAlreadyExistsException when the file exists
Show description for 8fa34e4committed
Brian Burkhalter8264032: Improve thread safety of Runtime.version()
Show description for 2335362authored andcommitted8263080: Obsolete relationship in MulticastSocket API documentation.
Show description for 9dad857committed
Commits on Mar 19, 2021
8263890: Broken links to Unicode.org
Show description for 96e5c3fcommitted8263892: More modifier order fixes in java.base
Show description for 77ebc11authored andcommitted8263658: Use the blessed modifier order in java.base
Show description for b49c589authored andcommitted8263821: Remove unused MethodTypeForm canonicalization codes
Show description for 57497abcommitted
Commits on Mar 18, 2021
8260274: Cipher.init(int, key) does not use highest priority provider for random bytes
Show description for 434a399committed
Valerie Peng8263742: (bf) MappedByteBuffer.force() should use the capacity as its upper bound
Show description for fa0f161committed
Brian Burkhalter8260605: Various java.lang.invoke cleanups
Show description for 63eae8fcommitted8263108: Class initialization deadlock in java.lang.constant
Show description for 9225a23committed
Commits on Mar 17, 2021
8262807: Note assumptions of core reflection modeling and parameter handling
Show description for 99b39aacommitted8254979: Class.getSimpleName() returns non-empty for lambda and method
Show description for 26234b5committed8263726: divideToIntegralValue typo on BigDecimal documentation
Show description for 24afa36committed8148937: (str) Adapt StringJoiner for Compact Strings
Show description for 000012aauthored andcommitted
Commits on Mar 16, 2021
8263450: Simplify LambdaForm.useCount
Show description for e33bfb3committed8080272: Refactor I/O stream copying to use InputStream.transferTo/readAllBytes and Files.copy
Show description for 68deb24authored andcommitted
Commits on Mar 15, 2021
6539707: (fc) MappedByteBuffer.force() method throws an IOException in a very simple test
Show description for 46d78f0committed
Brian Burkhalter8263552: Use String.valueOf() for char-to-String conversions
Show description for c0176c4authored andcommitted8263508: Remove dead code in MethodHandleImpl
Show description for fac39fecommitted
Commits on Mar 11, 2021
8263105: security-libs doclint cleanup
Show description for 32cbd19committed
Bradford Wetmore
Commits on Mar 10, 2021
8262351: Extra '0' in java.util.Formatter for '%012a' conversion with a sign character
Show description for 6971c23authored andcommitted

8259218: (fs) Add links in from overloaded methods in java.nio.file.Files
Show description for b482733committed
Brian Burkhalter