RFR: JDK-8173605: Remove support for source and target 1.7 option in javac
Joe Darcy
darcy at openjdk.org
Wed Aug 31 17:25:09 UTC 2022
On Wed, 31 Aug 2022 17:13:04 GMT, Vicente Romero <vromero at openjdk.org> wrote:
> 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
Thanks Vicente; I assigned
JDK-8293051: Further refactor javac after removal of -source/-target/--release 7
to you.
-------------
PR: https://git.openjdk.org/jdk/pull/10074
More information about the hotspot-runtime-dev
mailing list