--- old/src/java.desktop/share/classes/java/awt/image/IndexColorModel.java 2017-11-07 08:17:53.952052328 -0800 +++ new/src/java.desktop/share/classes/java/awt/image/IndexColorModel.java 2017-11-07 08:17:53.796052323 -0800 @@ -755,7 +755,7 @@ * value is used to mask off the pixel parameters for methods such * as getRed(), getGreen(), getBlue(), getAlpha(), and getRGB(). */ - private final void calculatePixelMask() { + private void calculatePixelMask() { // Note that we adjust the mask so that our masking behavior here // is consistent with that of our native rendering loops. int maskbits = pixel_bits;