On Fri, 15 Nov 2024 15:01:13 GMT, Chen Liang <li...@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