Re: [jdk16] RFR: 8259796: timed CompletableFuture.get may swallow InterruptedException [v2]

2021-01-19 Thread Alan Bateman
On Tue, 19 Jan 2021 02:50:54 GMT, Martin Buchholz  wrote:

>> 8259796: timed CompletableFuture.get may swallow InterruptedException
>
> Martin Buchholz has updated the pull request with a new target base due to a 
> merge or a rebase. The pull request now contains one commit:
> 
>   JDK-8259796

Marked as reviewed by alanb (Reviewer).

-

PR: https://git.openjdk.java.net/jdk16/pull/126


Re: [jdk16] RFR: 8259796: timed CompletableFuture.get may swallow InterruptedException [v2]

2021-01-18 Thread Martin Buchholz
> 8259796: timed CompletableFuture.get may swallow InterruptedException

Martin Buchholz has updated the pull request with a new target base due to a 
merge or a rebase. The pull request now contains one commit:

  JDK-8259796

-

Changes: https://git.openjdk.java.net/jdk16/pull/126/files
 Webrev: https://webrevs.openjdk.java.net/?repo=jdk16=126=01
  Stats: 88 lines in 2 files changed: 29 ins; 26 del; 33 mod
  Patch: https://git.openjdk.java.net/jdk16/pull/126.diff
  Fetch: git fetch https://git.openjdk.java.net/jdk16 pull/126/head:pull/126

PR: https://git.openjdk.java.net/jdk16/pull/126


Re: [jdk16] RFR: 8259796: timed CompletableFuture.get may swallow InterruptedException [v2]

2021-01-18 Thread Martin Buchholz
On Sun, 17 Jan 2021 18:52:04 GMT, Doug Lea  wrote:

>> Martin Buchholz has updated the pull request with a new target base due to a 
>> merge or a rebase. The pull request now contains one commit:
>> 
>>   JDK-8259796
>
> Marked as reviewed by dl (Reviewer).

we additionally tweaked timedGet with slightly cleaner code.

-

PR: https://git.openjdk.java.net/jdk16/pull/126