--- old/src/java.desktop/share/native/libawt/java2d/loops/IntArgb.h 2016-04-14 17:43:02.598159000 +0530 +++ new/src/java.desktop/share/native/libawt/java2d/loops/IntArgb.h 2016-04-14 17:43:02.390055000 +0530 @@ -208,4 +208,12 @@ COMP_PREFIX ## A = (COMP_PREFIX ## A << 8) + COMP_PREFIX ## A; \ } while (0) +/* + * DeclareAndInit ## TYPE ## SrcOverDstBlendFactor + * Declares and initializes the appropriate blend factor to be used for + * blending destination color components with source color. + */ +#define DeclareAndInitIntArgbSrcOverDstBlendFactor(dF, dA, PREFIX) \ + jint PREFIX = dA; + #endif /* IntArgb_h_Included */