jdk/test/java/awt/image/DrawImage/IncorrectClipSurface2SW.java
changeset 36467 836382b377d9
parent 25189 d9d25c9c0cdf
child 39056 d99e63b6d962
equal deleted inserted replaced
36466:64a41d6ef451 36467:836382b377d9
    40 
    40 
    41 import static java.awt.geom.Rectangle2D.Double;
    41 import static java.awt.geom.Rectangle2D.Double;
    42 
    42 
    43 /**
    43 /**
    44  * @test
    44  * @test
    45  * @bug 8041644
    45  * @bug 8041644 8044788
    46  * @summary Tests drawing volatile image to BI using different clip.
    46  * @summary Tests drawing volatile image to BI using different clip.
    47  *          Results of the blit compatibleImage to BI used for comparison.
    47  *          Results of the blit compatibleImage to BI used for comparison.
    48  * @author Sergey Bylokhov
    48  * @author Sergey Bylokhov
    49  * @run main/othervm -Dsun.java2d.d3d=false IncorrectClipSurface2SW
    49  * @run main/othervm IncorrectClipSurface2SW
    50  */
    50  */
    51 public final class IncorrectClipSurface2SW {
    51 public final class IncorrectClipSurface2SW {
    52 
    52 
    53     private static int[] SCALES = {1, 2, 4};
    53     private static int[] SCALES = {1, 2, 4};
    54     private static int[] SIZES = {127, 3, 2, 1};
    54     private static int[] SIZES = {127, 3, 2, 1};