RFR: jsr166 jdk9 integration wave 14
Martin Buchholz
martinrb at google.com
Tue Jan 31 20:45:10 UTC 2017
On Tue, Jan 31, 2017 at 12:32 PM, Paul Sandoz <paul.sandoz at oracle.com>
wrote:
>
> —
>
> 690 Callable<Boolean> task = new
> CheckedCallable<Boolean>() {
>
> 756 Callable<Boolean> task = new
> CheckedCallable<Boolean>() {
>
>
> Diamond on the RHS.
>
Diamond compiles with jdk9 but fails with jdk8, and the CVS source files
are still tested with jdk8.
More information about the core-libs-dev
mailing list