diff -r 7b1c9c089326 -r fe3ab27ef1a6 jdk/src/share/native/java/util/zip/zlib-1.2.5/inflate.c --- a/jdk/src/share/native/java/util/zip/zlib-1.2.5/inflate.c Thu Aug 02 18:12:18 2012 -0700 +++ b/jdk/src/share/native/java/util/zip/zlib-1.2.5/inflate.c Fri Aug 03 13:40:03 2012 -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;