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 29, 2021
8263754: HexFormat 'fromHex' methods should be static
Show description for 8cf1c62committed
Roger Riggs
Commits on Mar 23, 2021
8263903: Use Cleaner instead of finalize to auto stop Timer thread
Show description for 2425462committed
Kim Barrett
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 andcommitted
Commits on Mar 17, 2021
8148937: (str) Adapt StringJoiner for Compact Strings
Show description for 000012aauthored andcommitted
Commits on Mar 16, 2021
8080272: Refactor I/O stream copying to use InputStream.transferTo/readAllBytes and Files.copy
Show description for 68deb24authored andcommitted
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

Commits on Mar 9, 2021
8252399: Update mapMulti documentation to use type test pattern instead of instanceof once JEP 375 exits preview
Show description for fbe40e8committed
Commits on Mar 8, 2021
8263038: Optimize String.format for simple specifiers
Show description for f71b21bcommitted8260664: Phaser.arrive() memory consistency effects
Show description for eb4a8afcommitted
Martin Buchholz8263090: Avoid reading volatile fields twice in Locale.getDefault(Category)
Show description for 13625becommitted
Commits on Mar 5, 2021
6323374: (coll) Optimize Collections.unmodifiable* and synchronized*
Show description for dbef0ecauthored andcommitted

Commits on Mar 2, 2021
8262875: doccheck: empty paragraphs, etc in java.base module
Show description for 20b9ba5committed
Commits on Feb 22, 2021
8259800: timeout in tck test testForkJoin(ForkJoinPool8Test)
Show description for 5b7b18ccommitted
Doug Lea
Commits on Feb 17, 2021
8261123: Augment discussion of equivalence classes in Object.equals and comparison methods
Show description for d547e1acommitted
Commits on Feb 12, 2021
8260221: java.util.Formatter throws wrong exception for mismatched flags in %% conversion
Show description for 350303dauthored andcommitted

Commits on Feb 9, 2021
8261306: ServiceLoader documentation has malformed Unicode escape
Show description for f395ee0committed
Brian Burkhalter
Commits on Feb 5, 2021
8261179: Norwegian Bokmål Locale fallback issue
Show description for 4a1814ccommitted
Commits on Feb 3, 2021
8260617: Merge ZipFile encoding check with the initial hash calculation
Show description for c8de943committed
Commits on Jan 27, 2021
8260561: [doc] HexFormat has incorrect @since tag
Show description for c7661aecommitted
Roger Riggs8259816: Typo in java.util.stream package description
Show description for eb92368committed
Stuart Marks
Commits on Jan 25, 2021
8260329: Update references to TAOCP to latest edition
Show description for 73c78c8committed
Commits on Jan 20, 2021
8260010: UTF8ZipCoder not thread-safe since JDK-8243469
Show description for 1f47de5committed8259867: Move encoding checks into ZipCoder
Show description for 0529480authored andcommitted
Commits on Jan 19, 2021
- committed
8259796: timed CompletableFuture.get may swallow InterruptedException
Show description for f7b96d3committed
Martin Buchholz
Commits on Jan 15, 2021
8193031: Collections.addAll is likely to perform worse than Collection.addAll
Show description for 27a39c8authored andcommitted
8259622: TreeMap.computeIfAbsent deviates from spec
Show description for 2c8e337committed
Commits on Jan 14, 2021
8253866: Security Libs Terminology Refresh
Show description for 8554fe6committed
Jamil Nimeh- committed
Commits on Jan 12, 2021
8259298: broken link in Stream::toList spec
Show description for 8a81cf1committed
Stuart Marks
Commits on Jan 10, 2021
8254973: CompletableFuture.ThreadPerTaskExecutor does not throw NPE in #execute
Show description for 9154f64committed
Martin Buchholz8258187: IllegalMonitorStateException in ArrayBlockingQueue
Show description for e7c1740committed
Martin Buchholz