On Tue, 19 Oct 2021 14:12:24 GMT, Alexander Zvegintsev <azveg...@openjdk.org> wrote:
> Looks like this test does not fail anymore. > > It does not fail once even without changes, but I've added extra > `waitForIdle()` just for safety. > > Checked on ~350 test runs. I guess you can remove @modules sun.awt which is not needed anymore.. Also, since you are touching the test, you probably can replace wildcard imports and remove author tag. Additionally, i believe we should throw exception instead of catching and only print stacktrace at end of file. ------------- PR: https://git.openjdk.java.net/jdk/pull/6015