On Fri, 21 Apr 2023 16:08:41 GMT, Maurizio Cimadamore <mcimadam...@openjdk.org> wrote:
>> Jan Lahoda has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Replacing use of mutable callsite with a mutable state. > > src/jdk.compiler/share/classes/com/sun/tools/javac/comp/Flow.java line 971: > >> 969: it.remove(); >> 970: reduces = true; >> 971: continue ; > > This continue seems redundant Thanks, fixed: https://github.com/openjdk/jdk/pull/13074/commits/8b1cfba6e4603d82836d889273855185165acd29 ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/13074#discussion_r1173955311