On Tue, 12 Sep 2023 05:04:56 GMT, Tejesh R <t...@openjdk.org> wrote: >> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Review comment update > > test/jdk/javax/swing/JFileChooser/bug4624353.java line 59: > >> 57: passAround(fc); >> 58: if (!passed) { >> 59: throw new RuntimeException("Test failed"); > > RuntimeException can be outside SwingUtility to avoid Invocation error.
Updated. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/15626#discussion_r1322893705