Commits
User selector
Commit History
Commits on Sep 28, 2021
8274391: Suppress more warnings on non-serializable non-transient instance fields in java.util.concurrent
Show description for 2072bc7committed8231640: (prop) Canonical property storage
Show description for af50772committed
Commits on Sep 27, 2021
8274367: Re-indent stack-trace examples for Throwable.printStackTrace
Show description for c880b87committed
Commits on Sep 25, 2021
8274314: Typo in WatchService#poll(long timeout, TimeUnit unit) javadoc
Show description for 8c122afcommitted
Commits on Sep 24, 2021
8274237: Replace 'for' cycles with iterator with enhanced-for in java.base
Show description for baafa60authored andcommitted
Commits on Sep 23, 2021
8273261: Replace 'while' cycles with iterator with enhanced-for in java.base
Show description for 56b8b35authored andcommitted
8274195: Doc cleanup in java.nio.file
Show description for 5ffbe75committed8273546: DecimalFormat documentation contains literal HTML character references
Show description for c434528committed8274075: Fix miscellaneous typos in java.base
Show description for 8799856committed
Commits on Sep 22, 2021
8271602: Add Math.ceilDiv() family parallel to Math.floorDiv() family
Show description for da38cedauthored andcommitted
8274003: ProcessHandleImpl.Info toString has an if check which is always true
Show description for 33df388committed
Roger Riggs8274071: Clean up java.lang.ref comments and documentation
Show description for c6df3c9committed
Commits on Sep 21, 2021
8274031: Typo in StringBuilder.readObject
Show description for 9c91ff5committed
Commits on Sep 15, 2021
8273656: Improve java.lang.invoke.MethodType.parameterList() and its usage
Show description for 4c673dfauthored andcommitted
Commits on Sep 14, 2021
8273641: (bf) Buffer subclasses documentation contains template strings
Show description for e7ab372committed
Brian Burkhalter8273491: java.util.spi.LocaleServiceProvider spec contains statement that is too strict
Show description for 31667dacommitted
Commits on Sep 13, 2021
8273430: Suspicious duplicate condition in java.util.regex.Grapheme#isExcludedSpacingMark
Show description for 3d9dc8fcommitted
Ian Graves8273513: Make java.io.FilterInputStream specification more precise about overrides
Show description for 6cf5079committed
Brian Burkhalter8273616: Fix trivial doc typos in the java.base module
Show description for b4b1210committed8273259: Character.getName doesn't follow Unicode spec for ideographs
Show description for 4cfa230committed
Commits on Sep 10, 2021
8273194: Document the two possible cases when Lookup::ensureInitialized returns
Show description for ec9d1becommitted
Mandy Chung8273369: Computing micros between two instants unexpectedly overflows for some cases
Show description for 81d2acecommitted
Commits on Sep 9, 2021
8133686: HttpURLConnection.getHeaderFields and URLConnection.getRequestProperties methods return field values in reverse order
Show description for 00e059dauthored andcommitted
Commits on Sep 8, 2021
8273329: Remove redundant null check from String.getBytes(String charsetName)
Show description for e5f298aauthored andcommitted8273000: Remove WeakReference-based class initialisation barrier implementation
Show description for faa942ccommitted
Vladimir Ivanov8078641: MethodHandle.asTypeCache can retain classes from unloading
Show description for 21012f2andcommitted

8273038: ChannelInputStream.transferTo() uses FileChannel.transferTo(FileChannel)
Show description for 1855574authored andcommitted
Commits on Sep 3, 2021
8214761: Bug in parallel Kahan summation implementation
Show description for dd87181committed
Ian Graves
Commits on Sep 2, 2021
8273250: Address javadoc issues in Deflater::setDictionationary
Show description for aaa6f69committed
Lance Andersen8273243: Fix indentations in java.net.InetAddress methods
Show description for 0c1b16bcommitted
Commits on Aug 31, 2021
8271225: Add floorDivExact() method to java.lang.[Strict]Math
Show description for e551852committed
Brian Burkhalter8273100: Improve AbstractStringBuilder.append(String) when using CompactStrings
Show description for 98fa533committed
Commits on Aug 30, 2021
8272347: ObjectMethods::bootstrap should specify NPE if any argument except lookup is null
Show description for 0609421committed
Vicente Romero8260265: UTF-8 by Default
Show description for 7fc8540committed
Commits on Aug 27, 2021
8272915: (doc) package-info typo in extLink
Show description for 1fb798dcommitted
Bradford Wetmore