On Mon, 16 Jan 2023 11:53:40 GMT, Maurizio Cimadamore <[email protected]>
wrote:
>> Archie L. Cobbs has updated the pull request incrementally with two
>> additional commits since the last revision:
>>
>> - Fix bug where field initializer warnings could be incorrectly suppressed.
>> - Consolidate all the unit tests that generate warnings into one.
>
> src/jdk.compiler/share/classes/com/sun/tools/javac/comp/ThisEscapeAnalyzer.java
> line 1096:
>
>> 1094:
>> 1095: // Perform the given action within a new scope
>> 1096: private <T> void visitScoped(boolean promote, Runnable action) {
>
> type-variable unused here?
Thanks - will fix.
-------------
PR: https://git.openjdk.org/jdk/pull/11874