On Tue, 30 Aug 2022 00:04:03 GMT, Joe Darcy <da...@openjdk.org> wrote:

> Update to remove support for -source/-target/--release 7 from javac.
> 
> As seen in the PR, many test fails are affected. Further refactorings of 
> javac's implementation that can be made from dropping 7 support are left as 
> future work.

looks good to me

the PR looks good to me. You have mentioned that further refactorings could be 
done later on, I agree but you are already removing a lot of code, although 
that could have been forced to make some tests pass. I would recommend removing 
some support for 7 at `com.sun.tools.javac.comp.Infer` particularly the one 
guarded by `allowGraphInference`. I can also help with that later on if you 
prefer. If so please assign a follow-up for this issue to myself

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

Marked as reviewed by vromero (Reviewer).

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

Reply via email to