RFR: jsr166 jdk9 integration wave 4
Martin Buchholz
martinrb at google.com
Mon Feb 8 22:29:01 UTC 2016
On Mon, Feb 8, 2016 at 2:09 AM, Paul Sandoz <paul.sandoz at oracle.com> wrote:
>
>> On 1 Feb 2016, at 19:45, Martin Buchholz <martinrb at google.com> wrote:
>>
>> After much debate on what to do when CompleteableFuture.whenComplete
>> encounters an exception in both the source and the action, we chose
>> what was acceptable to the most people - add the action's exception to
>> the source exception as a suppressed exception. And added usage
>> guidelines. And gave handle "top billing" over whenComplete.
>>
>> http://cr.openjdk.java.net/~martin/webrevs/openjdk9/jsr166-jdk9-integration/
>>
>> and the usual miscellaneous improvements.
>
>
> +1
>
> Looks like the diffs got swapped for EmptyNavigableSet.java in the misc patch:
Thanks, fixed.
This is a result of having bidirectional changes flowing between
different source code control systems and no merge bridging tool. (I
don't think I've regressed an upstream change yet, but I'm careful
before doing any hg push. I've modified my upstreaming script to warn
me about such conflicts in the future)
More information about the core-libs-dev
mailing list