< prev index next >

test/jdk/java/awt/Graphics2D/DrawString/XRenderElt254TextTest.java

Print this page

        

*** 31,41 **** /** * @test * @key headful * @bug 8028722 ! * @summary tests wether drawString with 254 characters causes the xrender * pipeline to hang. * @author ceisserer */ public class XRenderElt254TextTest extends Frame implements Runnable { public volatile boolean success = false; --- 31,41 ---- /** * @test * @key headful * @bug 8028722 ! * @summary tests whether drawString with 254 characters causes the xrender * pipeline to hang. * @author ceisserer */ public class XRenderElt254TextTest extends Frame implements Runnable { public volatile boolean success = false;
< prev index next >