On Mon, 20 Mar 2023 14:50:01 GMT, Jan Lahoda <jlah...@openjdk.org> wrote:

> `this-escape` lint is disabled for jdk.compiler, so it should be disabled for 
> the ant-based langtools-only build as well.

Thanks, Archie.

So, I've:

 - added a few more @SuppressWarnings, as needed
 - removed the `this-escape` disablement from `jdk.compiler`, `jdk.jdeps` and 
`jdk.jshell` (because all cases should be suppressed using @SuppressWarnings, I 
hope)
 - removed the `this-escape` disablement from the langtools build config

-------------

PR: https://git.openjdk.org/jdk/pull/13102

Reply via email to