RFR: 8304443: bootcycle builds fail after JDK-8015831
Vicente Romero
vromero at openjdk.org
Sun Mar 19 02:44:22 UTC 2023
On Sat, 18 Mar 2023 17:46:00 GMT, Archie L. Cobbs <duke at openjdk.org> wrote:
> The fix for JDK-8015831, which added the new `this-escape` lint warning, caused the build of the `bootcycle-images` make target to fail.
>
> This commit adds the additional `@SuppressWarnings("this-escape")` annotations needed to fix it.
looks good, thanks!
-------------
Marked as reviewed by vromero (Reviewer).
PR: https://git.openjdk.org/jdk/pull/13089
More information about the core-libs-dev
mailing list