RFR: 8344289: SM cleanup in jdk.internal.util [v2]

Eirik Bjørsnøs eirbjo at openjdk.org
Fri Nov 15 15:43:08 UTC 2024


On Fri, 15 Nov 2024 15:01:13 GMT, Chen Liang <liach at openjdk.org> wrote:

>> Eirik Bjørsnøs has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Remove redundant suppression
>
> src/java.base/share/classes/jdk/internal/util/ClassFileDumper.java line 129:
> 
>> 127:     }
>> 128: 
>> 129:     @SuppressWarnings("removal")
> 
> Please remove this redundant suppression.

Thanks, both fixed. IntelliJ IDEA keeps hiding these annotations, making them hard to spot.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22141#discussion_r1844066002


More information about the core-libs-dev mailing list