--- old/src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties 2018-06-09 00:01:59.000000000 -0700 +++ new/src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties 2018-06-09 00:01:59.000000000 -0700 @@ -131,6 +131,8 @@ in incompatible public interfaces warn.release.unexpected.versioned.entry=\ unexpected versioned entry {0} +warn.flag.is.deprecated=\ + Warning: The {0} option is planned to be removed in a future JDK release\n out.added.manifest=\ added manifest out.added.module-info=\ @@ -170,7 +172,8 @@ \ \ -v generate verbose output on standard output\n\ \ \ -f specify archive file name\n\ \ \ -m include manifest information from specified manifest file\n\ -\ \ -n perform Pack200 normalization after creating a new archive\n\ +\ \ -n perform Pack200 normalization after creating a new archive,\n\ +\ \ this option is planned to be removed in a future JDK release\n\ \ \ -e specify application entry point for stand-alone application \n\ \ \ bundled into an executable jar file\n\ \ \ -0 store only; use no ZIP compression\n\ @@ -250,7 +253,8 @@ \ Operation modifiers valid only in create mode:\n main.help.opt.create.normalize=\ \ -n, --normalize Normalize information in the new jar archive\n\ -\ after creation +\ after creation. This option is planned to be\n\ +\ removed in a future JDK release main.help.opt.create.update=\ \ Operation modifiers valid only in create and update mode:\n main.help.opt.create.update.main-class=\