--- old/src/java.desktop/share/native/libawt/java2d/loops/FourByteAbgrPre.h 2016-05-02 14:14:46.161424000 +0530 +++ new/src/java.desktop/share/native/libawt/java2d/loops/FourByteAbgrPre.h 2016-05-02 14:14:46.001424000 +0530 @@ -217,4 +217,11 @@ (pRas)[4*(x)+3] = (jubyte) COMP_PREFIX ## R; \ } while (0) +/* + * SrcOver ## TYPE ## BlendFactor + * Returns appropriate blend value for use in blending calculations. + */ +#define SrcOverFourByteAbgrPreBlendFactor(dF, dA) \ + (dF) + #endif /* FourByteAbgrPre_h_Included */