--- old/src/java.base/share/classes/java/util/zip/CRC32C.java 2014-12-03 21:47:53.732666666 -0800 +++ new/src/java.base/share/classes/java/util/zip/CRC32C.java 2014-12-03 21:47:53.572666658 -0800 @@ -204,6 +204,7 @@ /** * Updates the CRC-32C checksum with the specified array of bytes. */ + @SuppressWarnings("deprecation") // Unsafe.{getInt, getLong} private static int updateBytes(int crc, byte[] b, int off, int end) { // Do only byte reads for arrays so short they can't be aligned