JDK 12 RFR of JDK-8206439: Remove javac -source/-target 6 from langtools regression tests

joe darcy joe.darcy at oracle.com
Fri Jul 6 16:56:11 UTC 2018


Hi Maurizio,


On 7/6/2018 7:22 AM, Maurizio Cimadamore wrote:
>
> Looks good - I found this new line I'm dubious about
>
> + * @compile/ref=gold_unsp_warn.out -XDrawDiagnostics -processor 
> TestSourceVersionWarnings -proc:only -ASourceVersion=RELEASE_6 -source 
> 6 -Xlint:-options -Aunsupported HelloWorld.java
>
> (this is in 
> test/langtools/tools/javac/processing/warnings/TestSourceVersionWarnings.java)
>
> Are you sure that the -source 6 is deliberate here?

Good catch; I'll change that line to use RELEASE_8 and -source 8 before 
pushing.

Thanks,

-Joe

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/compiler-dev/attachments/20180706/c6746333/attachment.html>


More information about the compiler-dev mailing list