--- old/test/javax/imageio/plugins/shared/ImageWriterCompressionTest.java 2016-01-19 19:09:49.434229955 +0300 +++ new/test/javax/imageio/plugins/shared/ImageWriterCompressionTest.java 2016-01-19 19:09:49.218229965 +0300 @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved. + * Copyright (c) 2015, 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 @@ -53,8 +53,7 @@ private static final Set IGNORE_FILE_SUFFIXES = new HashSet(Arrays.asList(new String[] { "bmp", "gif", - "jpg", "jpeg", -// "tif", "tiff" + "jpg", "jpeg" } )); public static void main(String[] args) {