--- old/src/share/native/java/util/zip/zlib-1.2.5/inflate.c 2012-08-03 11:41:30.000000000 -0700 +++ new/src/share/native/java/util/zip/zlib-1.2.5/inflate.c 2012-08-03 11:41:30.000000000 -0700 @@ -1370,7 +1370,7 @@ z_streamp strm; { unsigned len; /* number of bytes to look at or looked at */ - long long in, out; /* temporary to save total_in and total_out */ + unsigned long in, out; /* temporary to save total_in and total_out */ unsigned char buf[4]; /* to restore bit buffer to byte string */ struct inflate_state FAR *state;