--- old/src/java.base/share/classes/java/util/jar/Pack200.java 2018-06-12 14:49:36.000000000 -0700 +++ new/src/java.base/share/classes/java/util/jar/Pack200.java 2018-06-12 14:49:36.000000000 -0700 @@ -101,7 +101,9 @@ * @author John Rose * @author Kumar Srinivasan * @since 1.5 + * @deprecated This class has been deprecated */ +@Deprecated(since="11", forRemoval=true) public abstract class Pack200 { private Pack200() {} //prevent instantiation @@ -226,6 +228,7 @@ * * @since 1.5 */ + @Deprecated(since="11", forRemoval=true) public interface Packer { /** * This property is a numeral giving the estimated target size N @@ -585,6 +588,7 @@ * This version of the unpacker is compatible with all previous versions. * @since 1.5 */ + @Deprecated(since="11", forRemoval=true) public interface Unpacker { /** The string "keep", a possible value for certain properties.