Commits
User selector
Commit History
Commits on Sep 23, 2021
8274075: Fix miscellaneous typos in java.base
Show description for 8799856committed
Commits on Sep 3, 2021
8214761: Bug in parallel Kahan summation implementation
Show description for dd87181committed
Ian Graves
Commits on Jun 2, 2021
8266459: Implement JEP 411: Deprecate the Security Manager for Removal
Show description for 6765f90committed
Commits on May 31, 2021
8267587: Update java.util to use enhanced switch
Show description for ab5a7ffcommitted
Commits on May 28, 2021
8265029: Preserve SIZED characteristics on slice operations (skip, limit)
Show description for 0c9daa7committed
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 Jan 27, 2021
8259816: Typo in java.util.stream package description
Show description for eb92368committed
Stuart Marks
Commits on Jan 12, 2021
8259298: broken link in Stream::toList spec
Show description for 8a81cf1committed
Stuart Marks
Commits on Nov 30, 2020
8180352: Add Stream.toList() method
Show description for 41dbc13committed
Stuart Marks
Commits on Oct 28, 2020
8255299: Drop explicit zeroing at instantiation of Atomic* objects
Show description for 3c4fc79authored andcommitted
Commits on Oct 12, 2020
8254090: Collectors.toUnmodifiableList exposes shared secret
Show description for d7128e7andcommitted
Commits on Oct 5, 2020
8156071: List.of: reduce array copying during creation
Show description for 88d75c9committed
Stuart Marks
Commits on Sep 30, 2020
8138732: Rename @HotSpotIntrinsicCandidate to @IntrinsicCandidate and move it to the jdk.internal.vm.annotation package
Show description for 2a406f3authored andcommitted
Commits on Sep 11, 2020
8253066: typo in Stream.mapMulti
Show description for b1b0f0bcommitted
Stuart Marks
Commits on Aug 31, 2020
8238286: Add new flatMap stream operation that is more amenable to pushing
Show description for 79d1250committed
Commits on Jun 2, 2020
8242281: IntStream.html#reduce doc should not mention average
Show description for 22532ffauthored andcommitted
Commits on Mar 29, 2020
8241727: Typos: empty lines in javadoc, inconsistent indents, etc. (core-libs only)
Show description for b0e1ee4committed
Ivan Gerasimov
Commits on Mar 20, 2020
8241014: Miscellaneous typos in documentation comments
Show description for 17ff85dcommitted
Commits on Feb 12, 2020
8238919: (doc) Broken code snippet in the java.util.stream package documentation
Show description for eccdd8ecommitted
Roger Riggs
Commits on Jan 24, 2020
8215361: (doc) Cleanup package-info markup - smartcardio, java.sql, java.sql.rowset
Show description for 42726a8committed
Roger Riggs
Commits on Dec 10, 2019
8235730: Incorrect javadoc in MatchKind
Show description for d3f7666authored andcommitted
Commits on Oct 3, 2019
8231161: Wrong return type in code sample in Collector API documentation
Show description for 4dafa30committed
Julia Boes
Commits on Jan 30, 2019
8218022: Repeated words typos in java.base
Show description for cfeb359authored andcommitted
Commits on Sep 25, 2018
8205461: Create Collector which merges results of two other collectors
Show description for 7c9ab50authored andcommitted
Commits on Sep 11, 2018
8210347: Combine subsequent calls to Set.contains() and Set.add()
Show description for 475d422committed
Ivan Gerasimov
Commits on Dec 21, 2017
8075939: Stream.flatMap() causes breaking of short-circuiting of terminal operations
Show description for e1e9023committed
Paul Sandoz
Commits on Dec 20, 2017
8193856: takeWhile produces incorrect result with elements produced by flatMap
Show description for e668033committed
Paul Sandoz
Commits on Dec 5, 2017
8015667: Stream.toArray(IntFunction) ArrayStoreException should refer to component type of array
Show description for ed7a7fbcommitted
Paul Sandoz
Commits on Dec 4, 2017
8177290: add copy factory methods for unmodifiable List, Set, Map
Show description for f4db957committed
Stuart Marks
Commits on Nov 29, 2017
8181175: Stream.concat behaves like terminal operation
Show description for e0fe688committed
Paul Sandoz
Commits on Nov 8, 2017
8190974: Parallel stream execution within a custom ForkJoinPool should obey the parallelism
Show description for cc59ccbcommitted
Paul Sandoz
Commits on Sep 12, 2017
8187443: Forest Consolidation: Move files to unified layout
Show description for 3789983committed
Loading