< prev index next >

test/jdk/java/awt/BasicStroke/DashStrokeTest.java

Print this page

        

@@ -22,11 +22,10 @@
  *
  * @test
  * @bug 8075942 8080932
  * @summary test there is no exception rendering a dashed stroke
  * @run main DashStrokeTest
- * @run main/othervm -Dsun.java2d.renderer=sun.java2d.pisces.PiscesRenderingEngine DashStrokeTest
  */
 
 import java.awt.BasicStroke;
 import java.awt.Color;
 import java.awt.Graphics2D;
< prev index next >