<i18n dev> Integrated: JDK-8325189: Enable this-escape javac warning in java.base
Joe Darcy
darcy at openjdk.org
Wed Feb 7 20:08:19 UTC 2024
On Fri, 2 Feb 2024 23:36:41 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> After the "this-escape" lint warning was added to javac (JDK-8015831), the base module was not updated to be able to compile with this warning enabled. This PR makes the necessary changes to allow the base module to build with the warning enabled.
This pull request has now been integrated.
Changeset: fbd15b20
Author: Joe Darcy <darcy at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/fbd15b20878b276ccd41128116f73b91b6d4c159
Stats: 151 lines in 93 files changed: 149 ins; 0 del; 2 mod
8325189: Enable this-escape javac warning in java.base
Reviewed-by: alanb, erikj, naoto, smarks, ihse, joehw, lancea, weijun
-------------
PR: https://git.openjdk.org/jdk/pull/17692
More information about the i18n-dev
mailing list