--- old/src/java.desktop/share/native/libawt/java2d/loops/IntArgbBm.h 2016-05-02 14:14:45.217424000 +0530 +++ new/src/java.desktop/share/native/libawt/java2d/loops/IntArgbBm.h 2016-05-02 14:14:45.037424000 +0530 @@ -206,4 +206,11 @@ COMP_PREFIX ## A = (COMP_PREFIX ## A << 8) + COMP_PREFIX ## A; \ } while (0) +/* + * SrcOver ## TYPE ## BlendFactor + * Returns appropriate blend value for use in blending calculations. + */ +#define SrcOverIntArgbBmBlendFactor(dF, dA) \ + (dA) + #endif /* IntArgbBm_h_Included */