--- old/src/java.desktop/share/native/libawt/java2d/loops/FourByteAbgr.h 2016-05-02 14:14:45.705424000 +0530 +++ new/src/java.desktop/share/native/libawt/java2d/loops/FourByteAbgr.h 2016-05-02 14:14:45.537424000 +0530 @@ -191,4 +191,11 @@ COMP_PREFIX ## A, COMP_PREFIX ## R, \ COMP_PREFIX ## G, COMP_PREFIX ## B) +/* + * SrcOver ## TYPE ## BlendFactor + * Returns appropriate blend value for use in blending calculations. + */ +#define SrcOverFourByteAbgrBlendFactor(dF, dA) \ + (dA) + #endif /* FourByteAbgr_h_Included */