diff -r d839463825a2 -r d7731fdfe7c3 jdk/src/jdk.pack200/share/native/common-unpack/unpack.h --- a/jdk/src/jdk.pack200/share/native/common-unpack/unpack.h Thu Apr 07 11:03:59 2016 -0700 +++ b/jdk/src/jdk.pack200/share/native/common-unpack/unpack.h Thu Apr 07 12:54:23 2016 -0700 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2002, 2012, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2002, 2016, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it @@ -171,7 +171,6 @@ bytes inbytes; // direct gunzip* gzin; // gunzip filter, if any jar* jarout; // output JAR file - uint gzcrc; // CRC gathered from gzip content #ifndef PRODUCT int nowrite;