On Sat, 18 Mar 2023 17:46:00 GMT, Archie L. Cobbs <d...@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. This pull request has now been integrated. Changeset: c396f1ed Author: Archie L. Cobbs <archie.co...@gmail.com> Committer: Vicente Romero <vrom...@openjdk.org> URL: https://git.openjdk.org/jdk/commit/c396f1ed8b91b799fdd6a9a849d7407e606227d5 Stats: 74 lines in 63 files changed: 71 ins; 0 del; 3 mod 8304443: bootcycle builds fail after JDK-8015831 Reviewed-by: vromero ------------- PR: https://git.openjdk.org/jdk/pull/13089