test/jdk/sun/java2d/SunGraphics2D/PolyVertTest.java
changeset 49217 3b820b878ebe
parent 47216 71c04702a3d5
equal deleted inserted replaced
49216:577f96d4f3c9 49217:3b820b878ebe
     1 /*
     1 /*
     2  * Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2002, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    22  */
    22  */
    23 
    23 
    24 /*
    24 /*
    25  * @test
    25  * @test
    26  * @key headful
    26  * @key headful
    27  * @bug 4678208 4771101 6328481 6588884
    27  * @bug 4678208 4771101 6328481 6588884 8198613
    28  * @summary verify the pixelization of degenerate polylines and polygons
    28  * @summary verify the pixelization of degenerate polylines and polygons
    29  * @run main PolyVertTest
    29  * @run main PolyVertTest
    30  * @run main/othervm -Dsun.java2d.d3d=True PolyVertTest -hwonly
    30  * @run main/othervm -Dsun.java2d.d3d=True PolyVertTest -hwonly
    31  * @run main/othervm -Dsun.java2d.opengl=True PolyVertTest -hwonly
       
    32  */
    31  */
    33 
    32 
    34 import java.awt.*;
    33 import java.awt.*;
    35 import java.awt.event.*;
    34 import java.awt.event.*;
    36 import java.awt.geom.*;
    35 import java.awt.geom.*;