--- old/src/java.desktop/share/classes/java/awt/image/IndexColorModel.java 2017-05-04 17:01:05.000000000 -0700 +++ new/src/java.desktop/share/classes/java/awt/image/IndexColorModel.java 2017-05-04 17:01:04.000000000 -0700 @@ -55,7 +55,7 @@ * {@code IndexColorModel} objects are never pre-multiplied with * the alpha components. *

- * + * * The transparency of an {@code IndexColorModel} object is * determined by examining the alpha components of the colors in the * colormap and choosing the most specific value after considering @@ -86,7 +86,7 @@ * and {@code getNumComponents} returns 4. * *

- * + * * The values used to index into the colormap are taken from the least * significant n bits of pixel representations where * n is based on the pixel size specified in the constructor.