--- old/test/java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java 2015-07-23 19:30:03.352157241 +0300 +++ new/test/java/awt/Window/TranslucentJAppletTest/TranslucentJAppletTest.java 2015-07-23 19:30:03.184157237 +0300 @@ -100,6 +100,7 @@ if (!paintComponentCalled) { throw new RuntimeException("Test FAILED: panel's paintComponent() method is not called"); } + Thread.sleep(1500); Color newColor1 = r.getPixelColor(100, 100); // unfortunately, robot.getPixelColor() doesn't work for some unknown reason