diff -r 577f96d4f3c9 -r 3b820b878ebe test/jdk/sun/java2d/pipe/hw/RSLContextInvalidationTest/RSLContextInvalidationTest.java --- a/test/jdk/sun/java2d/pipe/hw/RSLContextInvalidationTest/RSLContextInvalidationTest.java Fri Mar 02 09:59:02 2018 +0530 +++ b/test/jdk/sun/java2d/pipe/hw/RSLContextInvalidationTest/RSLContextInvalidationTest.java Fri Mar 02 14:39:29 2018 +0530 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2007, 2016, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -24,7 +24,7 @@ /* * @test * @key headful - * @bug 6764257 + * @bug 6764257 8198613 * @summary Tests that the color is reset properly after save/restore context * @author Dmitri.Trembovetski@sun.com: area=Graphics * @modules java.desktop/sun.java2d @@ -33,7 +33,6 @@ * @compile -XDignore.symbol.file=true RSLContextInvalidationTest.java * @run main/othervm RSLContextInvalidationTest * @run main/othervm -Dsun.java2d.noddraw=true RSLContextInvalidationTest - * @run main/othervm -Dsun.java2d.opengl=True RSLContextInvalidationTest */ import java.awt.Color;