--- old/src/java.desktop/share/native/libawt/awt/image/awt_parseImage.c 2015-06-08 19:41:33.000000000 +0300 +++ new/src/java.desktop/share/native/libawt/awt/image/awt_parseImage.c 2015-06-08 19:41:33.000000000 +0300 @@ -852,7 +852,7 @@ hintP->needToExpand = TRUE; hintP->expandToNbits = cmodelP->maxNbits; } - else if (rasterP->sppsm.offsets != NULL) { + else { for (i=0; i < rasterP->numBands; i++) { if (!(rasterP->sppsm.offsets[i] % 8)) { hintP->needToExpand = TRUE;