On Thu, 29 Oct 2020 15:08:01 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> `Please review a test fix for an issue seen to be failing on mach5 systems > due to timing issue of keyevents. > Modified test to add setAutoDelay and moved the frame to center of screen. > Mach5 job has been run for several iterations in all platforms. Link in JBS. test/jdk/javax/swing/JColorChooser/Test6541987.java line 70: > 68: } > 69: } finally { > 70: if (frame != null) { Every call to start() will create a frame, but only the last one will be disposed. ------------- PR: https://git.openjdk.java.net/jdk/pull/936