--- old/src/java.desktop/share/native/libawt/java2d/loops/IntArgbPre.h 2016-04-14 17:43:03.094406999 +0530 +++ new/src/java.desktop/share/native/libawt/java2d/loops/IntArgbPre.h 2016-04-14 17:43:02.874297000 +0530 @@ -216,4 +216,12 @@ 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 DeclareAndInitIntArgbPreSrcOverDstBlendFactor(dF, dA, PREFIX) \ + jint PREFIX = dF; + #endif /* IntArgbPre_h_Included */