Hello, Please review fix for JDK10 (the changes involve AWT and Swing):
bug: https://bugs.openjdk.java.net/browse/JDK-8180821 webrev: http://cr.openjdk.java.net/~ssadetsky/8180821/webrev.00/This is a test bug. The test fails intermittently because the System.runFinalization() method invocation just triggers the finalization thread in parallel so it may be not accomplished yet after the method exits. Adding 1s delay makes the test passing stably.
--Semyon