RFR: JDK-8290901: Reduce use of -source in langtools tests [v4]

Joe Darcy darcy at openjdk.org
Fri Jul 29 17:24:53 UTC 2022


On Fri, 29 Jul 2022 16:15:01 GMT, Jonathan Gibbons <jjg at openjdk.org> wrote:

>> Joe Darcy has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove one more unneeded -Xlint:-options usage.
>
> test/langtools/tools/javac/generics/inference/NestedCapture.java line 29:
> 
>> 27:  * @summary Capture variable passed through multiple levels of nested inference
>> 28:  * @compile NestedCapture.java
>> 29:  * @compile NestedCapture.java
> 
> Did too much get removed here?   Should there be a `--release 7`?

Good catch; fixed.

-------------

PR: https://git.openjdk.org/jdk/pull/9622


More information about the compiler-dev mailing list