--- old/src/java.desktop/share/native/libawt/java2d/loops/IntArgbPre.h 2016-05-02 14:14:44.729424000 +0530 +++ new/src/java.desktop/share/native/libawt/java2d/loops/IntArgbPre.h 2016-05-02 14:14:44.557424000 +0530 @@ -216,4 +216,11 @@ COMP_PREFIX ## G, \ COMP_PREFIX ## B) +/* + * SrcOver ## TYPE ## BlendFactor + * Returns appropriate blend value for use in blending calculations. + */ +#define SrcOverIntArgbPreBlendFactor(dF, dA) \ + (dF) + #endif /* IntArgbPre_h_Included */