On Mon, 13 Mar 2023 22:04:33 GMT, Sergey Bylokhov <s...@openjdk.org> wrote:
>> Abhishek Kumar has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Test update and added simple html file for test, removed unused files > > test/jdk/javax/accessibility/JEditorPane/TestEditorPaneAccessibleChildCount.java > line 50: > >> 48: private static AccessibleContext ac; >> 49: private static URL url; >> 50: private static JFrame frame; > > All these ui-related fields should be accessed on EDT in the test. > url can be made local variable. Updated. URL is declared as local variable now. ------------- PR: https://git.openjdk.org/jdk/pull/12707