--- old/src/java.desktop/share/native/libawt/java2d/loops/FourByteAbgr.h 2016-04-14 17:43:04.066893000 +0530 +++ new/src/java.desktop/share/native/libawt/java2d/loops/FourByteAbgr.h 2016-04-14 17:43:03.858789000 +0530 @@ -191,4 +191,12 @@ COMP_PREFIX ## A, COMP_PREFIX ## R, \ COMP_PREFIX ## G, COMP_PREFIX ## B) +/* + * DeclareAndInit ## TYPE ## SrcOverDstBlendFactor + * Declares and initializes the appropriate blend factor to be used for + * blending destination color components with source color. + */ +#define DeclareAndInitFourByteAbgrSrcOverDstBlendFactor(dF, dA, PREFIX) \ + jint PREFIX = dA; + #endif /* FourByteAbgr_h_Included */