equal
deleted
inserted
replaced
21 * questions. |
21 * questions. |
22 */ |
22 */ |
23 |
23 |
24 /* |
24 /* |
25 * @test |
25 * @test |
|
26 * @key headful |
26 * @bug 6521533 6525997 7102282 |
27 * @bug 6521533 6525997 7102282 |
27 * @summary Verifies that the OGL-accelerated codepaths for GradientPaint, |
28 * @summary Verifies that the OGL-accelerated codepaths for GradientPaint, |
28 * LinearGradientPaint, and RadialGradientPaint produce results that are |
29 * LinearGradientPaint, and RadialGradientPaint produce results that are |
29 * sufficiently close to those produced by the software codepaths. |
30 * sufficiently close to those produced by the software codepaths. |
30 * @run main/othervm -Dsun.java2d.uiScale=1 -Dsun.java2d.opengl=True GradientPaints |
31 * @run main/othervm -Dsun.java2d.uiScale=1 -Dsun.java2d.opengl=True GradientPaints |