JDK 11 RFR of JDK-8196623: Update JavaBaseTest.java to be version agnostic

Vicente Romero vicente.romero at oracle.com
Fri Feb 2 13:13:16 UTC 2018


nit:

On 02/01/2018 07:42 PM, joe darcy wrote:
> jct.files(tb.findJavaFiles(src1))
> +            .run(Task.Expect.SUCCESS)
> +            .writeAll();

I think that you can remove the invocation to the writeAll method in 
this case as the output won't be used. Apart from that looks good

Vicente



More information about the compiler-dev mailing list