On Mon, 10 Oct 2022 16:17:49 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Tejesh R has updated the pull request incrementally with one additional >> commit since the last revision: >> >> Updated based on review comments > > test/jdk/javax/swing/JFileChooser/FileViewNPETest.java line 42: > >> 40: * @requires (os.family == "windows" | os.family == "linux") >> 41: * @library /java/awt/regtesthelpers /test/lib >> 42: * @build PassFailJFrame jdk.test.lib.Platform > > Suggestion: > > * @library /java/awt/regtesthelpers > * @build PassFailJFrame > > > `Platform` class from `/test/lib` is not used any more. In mac the issue was not reproducible..... ------------- PR: https://git.openjdk.org/jdk/pull/10485