Commits
User selector
Commit History
Commits on Apr 8, 2021
Commits on Apr 7, 2021
8262316: Reducing locks in RSA Blinding
Show description for 7a99a98committed
Anthony Scarpino
Commits on Apr 6, 2021
8264554: X509KeyManagerImpl calls getProtectionParameter with incorrect alias
Show description for 2f51699committed8264048: Fix caching in Jar URL connections when an entry is missing
Show description for a611c46andcommitted
Commits on Apr 5, 2021
8264288: Performance issue with MethodHandle.asCollector
Show description for b7baca7committed8264729: Random check-in failing header checks.
Show description for 9201899committed
Jim Laskey8248862: Implement Enhanced Pseudo-Random Number Generators
Show description for a0ec2cbcommitted
Jim Laskey8166727: javac crashed: [jimage.dll+0x1942] ImageStrings::find+0x28
Show description for a8005efcommitted
Jim Laskey
Commits on Apr 2, 2021
8264572: ForkJoinPool.getCommonPoolParallelism() reports always 1
Show description for cec66cfcommitted
Doug Lea8264544: Case-insensitive comparison issue with supplementary characters.
Show description for 6c145c4andcommitted
8264502: (fc) FileDispatcherImpl.setDirect0 might return uninitialized variable on some platforms
Show description for 4793557authored andcommitted
Commits on Apr 1, 2021
8205502: Make exception message from AnnotationInvocationHandler more informative
Show description for 66d9961committed8264609: Number.{byteValue, shortValue} spec should use @implSpec
Show description for b953386committed8169629: Annotations with lambda expressions cause AnnotationFormatError
Show description for 328e951committed
Commits on Mar 31, 2021
8264112: (fs) Reorder methods/constructor/fields in UnixUserDefinedFileAttributeView.java
Show description for 604b14cauthored andcommitted
Commits on Mar 30, 2021
8264148: Update spec for exceptions retrofitted for exception chaining
Show description for 815248acommitted8263898: (fs) Files.newOutputStream on the "NUL" special device throws FileSystemException: "nul: Incorrect function" (win)
Show description for 353807ccommitted
Brian Burkhalter8262958: (fs) UnixUserDefinedFileAttributeView cleanup
Show description for daeca3fauthored andcommitted
8263560: Remove needless wrapping with BufferedInputStream
Show description for 1a681faauthored andcommitted
Commits on Mar 29, 2021
8263754: HexFormat 'fromHex' methods should be static
Show description for 8cf1c62committed
Roger Riggs8263404: RsaPrivateKeySpec is always recognized as RSAPrivateCrtKeySpec in RSAKeyFactory.engineGetKeySpec
Show description for a5d7de2authored andcommitted8264029: Replace uses of StringBuffer with StringBuilder in java.base
Show description for fbbd98bauthored andcommitted8263188: JSSE should fail fast if there isn't supported signature algorithm
Show description for 99b4babcommitted
John Jiang
Commits on Mar 28, 2021
8264329: Z cannot be 1 for Diffie-Hellman key agreement
Show description for c986457committed
Commits on Mar 26, 2021
8262110: DST starts from incorrect time in 2038
Show description for 7284f01committed8264111: (fs) Leaking NativeBuffers in case of errors during UnixUserDefinedFileAttributeView.read/write
Show description for 4e74de4authored andcommitted
Commits on Mar 25, 2021
8264161: BigDecimal#stripTrailingZeros can throw undocumented ArithmeticException
Show description for 2593196committed8253795: Implementation of JEP 391: macOS/AArch64 Port
Show description for dbc9e4bcommitted

4833719: (bf) Views of MappedByteBuffers are not MappedByteBuffers, and cannot be forced
Show description for b006f22committed
Brian Burkhalter8263743: redundant lock in SSLSocketImpl
Show description for a678a38committed8258753: StartTlsResponse.close() hangs due to synchronization issues
Show description for 4155533authored andcommitted
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 Barrett