--- old/src/share/classes/sun/java2d/pisces/PiscesCache.java 2019-05-30 17:21:18.155728988 +0000 +++ new/src/share/classes/sun/java2d/pisces/PiscesCache.java 2019-05-30 17:21:17.975727808 +0000 @@ -167,15 +167,6 @@ rowAARLE[row][1] = end; } - void getBBox(int bbox[]) { - // Since we add +1 to bboxX1,bboxY1 so when PTG asks for bbox, - // we will give after -1 - bbox[0] = bboxX0; - bbox[1] = bboxY0; - bbox[2] = bboxX1 - 1; - bbox[3] = bboxY1 - 1; - } - @Override public String toString() { String ret = "bbox = ["+