< prev index next >

test/jdk/sun/java2d/SunGraphics2D/DrawImageBilinear.java

Print this page

        

@@ -21,15 +21,15 @@
  * questions.
  */
 /*
  * @test
  * @key headful
- * @bug 5009033 6603000 6666362
+ * @bug 5009033 6603000 6666362 8159142
  * @summary Verifies that images transformed with bilinear filtering do not
  * leave artifacts at the edges.
- * @run main/othervm DrawImageBilinear
- * @run main/othervm -Dsun.java2d.opengl=True DrawImageBilinear
+ * @run main/othervm -Dsun.java2d.uiScale=2.5 DrawImageBilinear
+ * @run main/othervm -Dsun.java2d.uiScale=2.5 -Dsun.java2d.opengl=True -Dsun.java2d.opengl.fbobject=true DrawImageBilinear
  * @author campbelc
  */
 
 import java.awt.Canvas;
 import java.awt.Color;
< prev index next >