diff -r 2720cd366dc2 -r e635645d2a8a jdk/test/java/awt/Graphics2D/WhiteTextColorTest.java --- a/jdk/test/java/awt/Graphics2D/WhiteTextColorTest.java Wed Jul 20 14:17:41 2016 +0530 +++ b/jdk/test/java/awt/Graphics2D/WhiteTextColorTest.java Thu Jul 07 16:21:45 2016 +0200 @@ -27,11 +27,13 @@ /** * @test + * @key headful * @bug 8056009 * @summary tests whether Graphics.setColor-calls with Color.white are ignored directly * after pipeline initialization for a certain set of operations. * @author ceisserer */ + public class WhiteTextColorTest extends Frame { public static volatile boolean success = false;