Integrated: JDK-8173605: Remove support for source and target 1.7 option in javac
Joe Darcy
darcy at openjdk.org
Thu Sep 1 16:46:21 UTC 2022
On Tue, 30 Aug 2022 00:04:03 GMT, Joe Darcy <darcy at 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.
This pull request has now been integrated.
Changeset: 2d18dda3
Author: Joe Darcy <darcy at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/2d18dda3f2074a4f8b9a0c62ece9ac6d5284e93b
Stats: 4595 lines in 156 files changed: 25 ins; 4413 del; 157 mod
8173605: Remove support for source and target 1.7 option in javac
Reviewed-by: vromero
-------------
PR: https://git.openjdk.org/jdk/pull/10074
More information about the compiler-dev
mailing list