On Mon, 25 Aug 2025 20:21:42 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Damon Nguyen has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Replace setAutoDelay > > test/jdk/java/awt/Frame/FrameVisualTest.java line 90: > >> 88: if (frames[index] != null) { >> 89: frames[index].setVisible(false); >> 90: frames[index].dispose(); > > Calling `setVisible(false)` before `dispose` is redundant. Removed, thanks. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/26871#discussion_r2299510592