8189102-helpMessage-jdk (original) (raw)

Code Review for 8189102-helpMessage-jdk

Prepared by: goetz on Tue Dec 12 11:14:49 CET 2017
Workspace:
Compare against: http://hg.openjdk.java.net/jdk/jdk
Compare against version: 48242
Summary of changes: 678 lines changed: 533 ins; 5 del; 140 mod; 31851 unchg
Changeset: <8189102-helpMessage-jdk.changeset>
Author comments: Incremental Changes of webrev 06 over 05: Re-add -help support to javadoc. <javadoc%5Fhelp%5Fmessage.patch> Incremental Changes of webrev 05 over 04: This webrev incorporates changes to HelpFlagsTest.java as requested by Kumar and fixes for the langtools tests:<edits%5Freview.patch> Further it re-adds documentation in help messages of '-help' where I had removed it. <document%5F-help.patch>. The table below has been updated correspondingly.To run the jtreg tests I changed and added, pass "langtools/jdk/javadoc/doclet/testHelpOption/TestHelpOption.java langtools/jdk/javadoc/tool/CheckResourceKeys.java langtools/jdk/javadoc/tool/ToolProviderTest.java langtools/tools/javap/InvalidOptions.java langtools/tools/jdeps/MultiReleaseJar.java jdk/sun/tools/jcmd/TestJcmdDefaults.java jdk/sun/tools/jps/TestJpsSanity.java jdk/sun/tools/jstat/jstatHelp.sh jdk/sun/tools/jstatd/TestJstatdUsage.java jdk/tools/launcher/HelpFlagsTest.java" to jtreg.These outputs of a modified HelpFlagsTest lists all help messages before and after this change: <HelpFlagsTest2-new.jtr> <HelpFlagsTest2-old.jtr> Incremental Changes of webrev 04 over 03: A patch with the incremental changes: <incremental%5F4over3.patch> This test output file contains all usage messages of tools touched by this change:<HelpFlagsTest2.jtr>It is the output of the test added by this change, modified so that each message is printed only once. Incremental Changes of webrev 03 over 02: Remove changes to non-english property files. Removed part of patch: <help%5Fin%5Fproperty%5Ffiles.patch> As Robert requested, I adapted jshell/StartOptionTest.java, as well as jps/TestJpsSanity.java and jstat/jstatHelp.sh.Removed changes to usage message from kinit, klist and ktab. Removed part of patch: KinitKtabKlist_help_message.patch Removed changes to corba tools: orbd, schemagen, wsgen, wsimport and xjc. Removed part of patch: corba_help_message.patch Re-added -help to javacThis change normalizes the help flags of a row of the tools in the jdk. The following changes have been implemented: before changed tool accepted documented added comment jaotc --help --help -? -h jar -h --help -h --help -? jarsigner -? -h -help none --help Added printing existing documentation. java -? -h --help -help -? -h --help -help javac --help -help --help -help -? -h is already taken for native header output directory. javadoc --help -help --help -help -? -h javah -? -h --help -? -h --help javap -? --help -help -? --help -help -h javaw -? -h --help -help -? -h --help -help jcmd -h -help -h -? --help return code 1->0 jdb -help -help -? -h --help return code 1->0 jdeprscan -h --help -h --help -? return code 1->0 jdeps -? -h --help -help none Added printing existing documentation. jimage -h --help -h --help -? jinfo -h -help -h -help -? --help jjs -h -help -h -help --help -help support removed, return code 100 unchanged jlink -h --help -h --help -? jmap -h -help none -? --help Added documentation. jmod -h --help -help -h --help -? jps -help -help -? --help jrunscript -? -help -? -help -h --help jshell -h --help -help --help -? jstack -h -help -h -help -? --help jstat -? -help -help -h --help jstatd none none -? -h --help Added help support altogether (exit with 0). keytool -? -h --help -help none Added printing existing documentation. kinit -help none -? -h --help kinit, klist, ktab don't document the new flags. klist none -help -? -h --help -help was documented, but just handled as invalid flag. Doc removed as requested by Weijung Wang ktab -help none -? -h --help pack200 -? -h --help -help -? -h --help return code 1->0 unpack200 -? -h --help -help -? -h --help return code 1->0 jjs has a rather restrictive option implementation that does not allow more than one short and one long option, and also not to change the return code easily.javac and javadoc don't allow options that are accepted but not documented.The change also adds a test that checks that -?, -h, --help are supported and the tools exits with '0' after displaying the message.checks that -?, -h, --help are documented.If before -help was supported checks that -help is still accepted but the help message does not contiain -help.The test knowns about return codes in case of invalid flags. This data is checked by starting the tool with an invalid flag.If -help was not supported before, the test checks that the tools exits with the return code for invalid flags. Some exceptions to above checks exist. E.g., some tools can not support all three of -?, -h, --help. Others just start given invalid flags.The test will complain if a new tool is added that does not support -?, -h and --help.All information about the tools is stored in a table, so that the test is easy to adapt to upcoming changes.
Legend: Modified file Deleted file New file

[Cdiffs](src/java.base/share/classes/com/sun/java/util/jar/pack/Driver.java.cdiff.html) [Udiffs](src/java.base/share/classes/com/sun/java/util/jar/pack/Driver.java.udiff.html) [Wdiffs](src/java.base/share/classes/com/sun/java/util/jar/pack/Driver.java.wdiff.html) [Sdiffs](src/java.base/share/classes/com/sun/java/util/jar/pack/Driver.java.sdiff.html) [Frames](src/java.base/share/classes/com/sun/java/util/jar/pack/Driver.java.frames.html) [Old](src/java.base/share/classes/com/sun/java/util/jar/pack/Driver.java-.html) [New](src/java.base/share/classes/com/sun/java/util/jar/pack/Driver.java.html) -----[Raw](raw%5Ffiles/new/src/java.base/share/classes/com/sun/java/util/jar/pack/Driver.java) src/java.base/share/classes/com/sun/java/util/jar/pack/Driver.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

4 lines changed: 1 ins; 0 del; 3 mod; 725 unchg

[Cdiffs](src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource.java.cdiff.html) [Udiffs](src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource.java.udiff.html) [Wdiffs](src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource.java.wdiff.html) [Sdiffs](src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource.java.sdiff.html) [Frames](src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource.java.frames.html) [Old](src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource.java-.html) [New](src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource.java.html) -----[Raw](raw%5Ffiles/new/src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource.java) src/java.base/share/classes/com/sun/java/util/jar/pack/DriverResource.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

3 lines changed: 0 ins; 0 del; 3 mod; 131 unchg

[Cdiffs](src/java.base/share/classes/sun/security/tools/keytool/Main.java.cdiff.html) [Udiffs](src/java.base/share/classes/sun/security/tools/keytool/Main.java.udiff.html) [Wdiffs](src/java.base/share/classes/sun/security/tools/keytool/Main.java.wdiff.html) [Sdiffs](src/java.base/share/classes/sun/security/tools/keytool/Main.java.sdiff.html) [Frames](src/java.base/share/classes/sun/security/tools/keytool/Main.java.frames.html) [Old](src/java.base/share/classes/sun/security/tools/keytool/Main.java-.html) [New](src/java.base/share/classes/sun/security/tools/keytool/Main.java.html) -----[Raw](raw%5Ffiles/new/src/java.base/share/classes/sun/security/tools/keytool/Main.java) src/java.base/share/classes/sun/security/tools/keytool/Main.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

7 lines changed: 4 ins; 0 del; 3 mod; 4656 unchg

[Cdiffs](src/java.base/share/classes/sun/security/tools/keytool/Resources.java.cdiff.html) [Udiffs](src/java.base/share/classes/sun/security/tools/keytool/Resources.java.udiff.html) [Wdiffs](src/java.base/share/classes/sun/security/tools/keytool/Resources.java.wdiff.html) [Sdiffs](src/java.base/share/classes/sun/security/tools/keytool/Resources.java.sdiff.html) [Frames](src/java.base/share/classes/sun/security/tools/keytool/Resources.java.frames.html) [Old](src/java.base/share/classes/sun/security/tools/keytool/Resources.java-.html) [New](src/java.base/share/classes/sun/security/tools/keytool/Resources.java.html) -----[Raw](raw%5Ffiles/new/src/java.base/share/classes/sun/security/tools/keytool/Resources.java) src/java.base/share/classes/sun/security/tools/keytool/Resources.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

2 lines changed: 0 ins; 0 del; 2 mod; 490 unchg

[Cdiffs](src/java.rmi/share/classes/sun/rmi/server/resources/rmid.properties.cdiff.html) [Udiffs](src/java.rmi/share/classes/sun/rmi/server/resources/rmid.properties.udiff.html) [Wdiffs](src/java.rmi/share/classes/sun/rmi/server/resources/rmid.properties.wdiff.html) [Sdiffs](src/java.rmi/share/classes/sun/rmi/server/resources/rmid.properties.sdiff.html) [Frames](src/java.rmi/share/classes/sun/rmi/server/resources/rmid.properties.frames.html) [Old](src/java.rmi/share/classes/sun/rmi/server/resources/rmid.properties-.html) [New](src/java.rmi/share/classes/sun/rmi/server/resources/rmid.properties.html) -----[Raw](raw%5Ffiles/new/src/java.rmi/share/classes/sun/rmi/server/resources/rmid.properties) src/java.rmi/share/classes/sun/rmi/server/resources/rmid.properties

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

2 lines changed: 0 ins; 0 del; 2 mod; 128 unchg

[Cdiffs](src/java.scripting/share/classes/com/sun/tools/script/shell/Main.java.cdiff.html) [Udiffs](src/java.scripting/share/classes/com/sun/tools/script/shell/Main.java.udiff.html) [Wdiffs](src/java.scripting/share/classes/com/sun/tools/script/shell/Main.java.wdiff.html) [Sdiffs](src/java.scripting/share/classes/com/sun/tools/script/shell/Main.java.sdiff.html) [Frames](src/java.scripting/share/classes/com/sun/tools/script/shell/Main.java.frames.html) [Old](src/java.scripting/share/classes/com/sun/tools/script/shell/Main.java-.html) [New](src/java.scripting/share/classes/com/sun/tools/script/shell/Main.java.html) -----[Raw](raw%5Ffiles/new/src/java.scripting/share/classes/com/sun/tools/script/shell/Main.java) src/java.scripting/share/classes/com/sun/tools/script/shell/Main.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

6 lines changed: 4 ins; 0 del; 2 mod; 587 unchg

[Cdiffs](src/java.scripting/share/classes/com/sun/tools/script/shell/messages.properties.cdiff.html) [Udiffs](src/java.scripting/share/classes/com/sun/tools/script/shell/messages.properties.udiff.html) [Wdiffs](src/java.scripting/share/classes/com/sun/tools/script/shell/messages.properties.wdiff.html) [Sdiffs](src/java.scripting/share/classes/com/sun/tools/script/shell/messages.properties.sdiff.html) [Frames](src/java.scripting/share/classes/com/sun/tools/script/shell/messages.properties.frames.html) [Old](src/java.scripting/share/classes/com/sun/tools/script/shell/messages.properties-.html) [New](src/java.scripting/share/classes/com/sun/tools/script/shell/messages.properties.html) -----[Raw](raw%5Ffiles/new/src/java.scripting/share/classes/com/sun/tools/script/shell/messages.properties) src/java.scripting/share/classes/com/sun/tools/script/shell/messages.properties

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

3 lines changed: 0 ins; 1 del; 2 mod; 63 unchg

[Cdiffs](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/KinitOptions.java.cdiff.html) [Udiffs](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/KinitOptions.java.udiff.html) [Wdiffs](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/KinitOptions.java.wdiff.html) [Sdiffs](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/KinitOptions.java.sdiff.html) [Frames](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/KinitOptions.java.frames.html) [Old](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/KinitOptions.java-.html) [New](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/KinitOptions.java.html) -----[Raw](raw%5Ffiles/new/src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/KinitOptions.java) src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/KinitOptions.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

6 lines changed: 4 ins; 0 del; 2 mod; 270 unchg

[Cdiffs](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java.cdiff.html) [Udiffs](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java.udiff.html) [Wdiffs](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java.wdiff.html) [Sdiffs](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java.sdiff.html) [Frames](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java.frames.html) [Old](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java-.html) [New](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java.html) -----[Raw](raw%5Ffiles/new/src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java) src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Klist.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

9 lines changed: 6 ins; 2 del; 1 mod; 353 unchg

[Cdiffs](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Ktab.java.cdiff.html) [Udiffs](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Ktab.java.udiff.html) [Wdiffs](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Ktab.java.wdiff.html) [Sdiffs](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Ktab.java.sdiff.html) [Frames](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Ktab.java.frames.html) [Old](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Ktab.java-.html) [New](src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Ktab.java.html) -----[Raw](raw%5Ffiles/new/src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Ktab.java) src/java.security.jgss/windows/classes/sun/security/krb5/internal/tools/Ktab.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

8 lines changed: 6 ins; 0 del; 2 mod; 451 unchg

[Cdiffs](src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Options.java.cdiff.html) [Udiffs](src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Options.java.udiff.html) [Wdiffs](src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Options.java.wdiff.html) [Sdiffs](src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Options.java.sdiff.html) [Frames](src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Options.java.frames.html) [Old](src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Options.java-.html) [New](src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Options.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Options.java) src/jdk.aot/share/classes/jdk.tools.jaotc/src/jdk/tools/jaotc/Options.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

1 line changed: 0 ins; 0 del; 1 mod; 296 unchg

[Cdiffs](src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java.cdiff.html) [Udiffs](src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java.udiff.html) [Wdiffs](src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java.wdiff.html) [Sdiffs](src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java.sdiff.html) [Frames](src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java.frames.html) [Old](src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java-.html) [New](src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java) src/jdk.compiler/share/classes/com/sun/tools/javac/main/Option.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

1 line changed: 0 ins; 0 del; 1 mod; 1331 unchg

[Cdiffs](src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties.cdiff.html) [Udiffs](src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties.udiff.html) [Wdiffs](src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties.wdiff.html) [Sdiffs](src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties.sdiff.html) [Frames](src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties.frames.html) [Old](src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties-.html) [New](src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties.html) -----[Raw](raw%5Ffiles/new/src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties) src/jdk.compiler/share/classes/com/sun/tools/javah/resources/l10n.properties

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

11 lines changed: 0 ins; 0 del; 11 mod; 167 unchg

[Cdiffs](src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java.cdiff.html) [Udiffs](src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java.udiff.html) [Wdiffs](src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java.wdiff.html) [Sdiffs](src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java.sdiff.html) [Frames](src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java.frames.html) [Old](src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java-.html) [New](src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java) src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Main.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

8 lines changed: 5 ins; 0 del; 3 mod; 2106 unchg

[Cdiffs](src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java.cdiff.html) [Udiffs](src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java.udiff.html) [Wdiffs](src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java.wdiff.html) [Sdiffs](src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java.sdiff.html) [Frames](src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java.frames.html) [Old](src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java-.html) [New](src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java) src/jdk.jartool/share/classes/sun/security/tools/jarsigner/Resources.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

3 lines changed: 2 ins; 0 del; 1 mod; 300 unchg

[Cdiffs](src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java.cdiff.html) [Udiffs](src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java.udiff.html) [Wdiffs](src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java.wdiff.html) [Sdiffs](src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java.sdiff.html) [Frames](src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java.frames.html) [Old](src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java-.html) [New](src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java) src/jdk.jartool/share/classes/sun/tools/jar/GNUStyleOptions.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

1 line changed: 0 ins; 0 del; 1 mod; 371 unchg

[Cdiffs](src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties.cdiff.html) [Udiffs](src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties.udiff.html) [Wdiffs](src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties.wdiff.html) [Sdiffs](src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties.sdiff.html) [Frames](src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties.frames.html) [Old](src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties-.html) [New](src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties.html) -----[Raw](raw%5Ffiles/new/src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties) src/jdk.jartool/share/classes/sun/tools/jar/resources/jar.properties

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

2 lines changed: 0 ins; 0 del; 2 mod; 300 unchg

[Cdiffs](src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties.cdiff.html) [Udiffs](src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties.udiff.html) [Wdiffs](src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties.wdiff.html) [Sdiffs](src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties.sdiff.html) [Frames](src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties.frames.html) [Old](src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties-.html) [New](src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties.html) -----[Raw](raw%5Ffiles/new/src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties) src/jdk.javadoc/share/classes/com/sun/tools/javadoc/resources/javadoc.properties

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

2 lines changed: 0 ins; 0 del; 2 mod; 153 unchg

[Cdiffs](src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/ToolOption.java.cdiff.html) [Udiffs](src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/ToolOption.java.udiff.html) [Wdiffs](src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/ToolOption.java.wdiff.html) [Sdiffs](src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/ToolOption.java.sdiff.html) [Frames](src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/ToolOption.java.frames.html) [Old](src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/ToolOption.java-.html) [New](src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/ToolOption.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/ToolOption.java) src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/ToolOption.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

1 line changed: 0 ins; 0 del; 1 mod; 603 unchg

[Cdiffs](src/jdk.jcmd/share/classes/sun/tools/jcmd/Arguments.java.cdiff.html) [Udiffs](src/jdk.jcmd/share/classes/sun/tools/jcmd/Arguments.java.udiff.html) [Wdiffs](src/jdk.jcmd/share/classes/sun/tools/jcmd/Arguments.java.wdiff.html) [Sdiffs](src/jdk.jcmd/share/classes/sun/tools/jcmd/Arguments.java.sdiff.html) [Frames](src/jdk.jcmd/share/classes/sun/tools/jcmd/Arguments.java.frames.html) [Old](src/jdk.jcmd/share/classes/sun/tools/jcmd/Arguments.java-.html) [New](src/jdk.jcmd/share/classes/sun/tools/jcmd/Arguments.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jcmd/share/classes/sun/tools/jcmd/Arguments.java) src/jdk.jcmd/share/classes/sun/tools/jcmd/Arguments.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

7 lines changed: 4 ins; 0 del; 3 mod; 118 unchg

[Cdiffs](src/jdk.jcmd/share/classes/sun/tools/jcmd/JCmd.java.cdiff.html) [Udiffs](src/jdk.jcmd/share/classes/sun/tools/jcmd/JCmd.java.udiff.html) [Wdiffs](src/jdk.jcmd/share/classes/sun/tools/jcmd/JCmd.java.wdiff.html) [Sdiffs](src/jdk.jcmd/share/classes/sun/tools/jcmd/JCmd.java.sdiff.html) [Frames](src/jdk.jcmd/share/classes/sun/tools/jcmd/JCmd.java.frames.html) [Old](src/jdk.jcmd/share/classes/sun/tools/jcmd/JCmd.java-.html) [New](src/jdk.jcmd/share/classes/sun/tools/jcmd/JCmd.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jcmd/share/classes/sun/tools/jcmd/JCmd.java) src/jdk.jcmd/share/classes/sun/tools/jcmd/JCmd.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

2 lines changed: 0 ins; 0 del; 2 mod; 179 unchg

[Cdiffs](src/jdk.jcmd/share/classes/sun/tools/jinfo/JInfo.java.cdiff.html) [Udiffs](src/jdk.jcmd/share/classes/sun/tools/jinfo/JInfo.java.udiff.html) [Wdiffs](src/jdk.jcmd/share/classes/sun/tools/jinfo/JInfo.java.wdiff.html) [Sdiffs](src/jdk.jcmd/share/classes/sun/tools/jinfo/JInfo.java.sdiff.html) [Frames](src/jdk.jcmd/share/classes/sun/tools/jinfo/JInfo.java.frames.html) [Old](src/jdk.jcmd/share/classes/sun/tools/jinfo/JInfo.java-.html) [New](src/jdk.jcmd/share/classes/sun/tools/jinfo/JInfo.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jcmd/share/classes/sun/tools/jinfo/JInfo.java) src/jdk.jcmd/share/classes/sun/tools/jinfo/JInfo.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

7 lines changed: 4 ins; 0 del; 3 mod; 258 unchg

[Cdiffs](src/jdk.jcmd/share/classes/sun/tools/jmap/JMap.java.cdiff.html) [Udiffs](src/jdk.jcmd/share/classes/sun/tools/jmap/JMap.java.udiff.html) [Wdiffs](src/jdk.jcmd/share/classes/sun/tools/jmap/JMap.java.wdiff.html) [Sdiffs](src/jdk.jcmd/share/classes/sun/tools/jmap/JMap.java.sdiff.html) [Frames](src/jdk.jcmd/share/classes/sun/tools/jmap/JMap.java.frames.html) [Old](src/jdk.jcmd/share/classes/sun/tools/jmap/JMap.java-.html) [New](src/jdk.jcmd/share/classes/sun/tools/jmap/JMap.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jcmd/share/classes/sun/tools/jmap/JMap.java) src/jdk.jcmd/share/classes/sun/tools/jmap/JMap.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

8 lines changed: 6 ins; 0 del; 2 mod; 258 unchg

[Cdiffs](src/jdk.jcmd/share/classes/sun/tools/jps/Arguments.java.cdiff.html) [Udiffs](src/jdk.jcmd/share/classes/sun/tools/jps/Arguments.java.udiff.html) [Wdiffs](src/jdk.jcmd/share/classes/sun/tools/jps/Arguments.java.wdiff.html) [Sdiffs](src/jdk.jcmd/share/classes/sun/tools/jps/Arguments.java.sdiff.html) [Frames](src/jdk.jcmd/share/classes/sun/tools/jps/Arguments.java.frames.html) [Old](src/jdk.jcmd/share/classes/sun/tools/jps/Arguments.java-.html) [New](src/jdk.jcmd/share/classes/sun/tools/jps/Arguments.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jcmd/share/classes/sun/tools/jps/Arguments.java) src/jdk.jcmd/share/classes/sun/tools/jps/Arguments.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

7 lines changed: 4 ins; 0 del; 3 mod; 163 unchg

[Cdiffs](src/jdk.jcmd/share/classes/sun/tools/jstack/JStack.java.cdiff.html) [Udiffs](src/jdk.jcmd/share/classes/sun/tools/jstack/JStack.java.udiff.html) [Wdiffs](src/jdk.jcmd/share/classes/sun/tools/jstack/JStack.java.wdiff.html) [Sdiffs](src/jdk.jcmd/share/classes/sun/tools/jstack/JStack.java.sdiff.html) [Frames](src/jdk.jcmd/share/classes/sun/tools/jstack/JStack.java.frames.html) [Old](src/jdk.jcmd/share/classes/sun/tools/jstack/JStack.java-.html) [New](src/jdk.jcmd/share/classes/sun/tools/jstack/JStack.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jcmd/share/classes/sun/tools/jstack/JStack.java) src/jdk.jcmd/share/classes/sun/tools/jstack/JStack.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

7 lines changed: 4 ins; 0 del; 3 mod; 174 unchg

[Cdiffs](src/jdk.jcmd/share/classes/sun/tools/jstat/Arguments.java.cdiff.html) [Udiffs](src/jdk.jcmd/share/classes/sun/tools/jstat/Arguments.java.udiff.html) [Wdiffs](src/jdk.jcmd/share/classes/sun/tools/jstat/Arguments.java.wdiff.html) [Sdiffs](src/jdk.jcmd/share/classes/sun/tools/jstat/Arguments.java.sdiff.html) [Frames](src/jdk.jcmd/share/classes/sun/tools/jstat/Arguments.java.frames.html) [Old](src/jdk.jcmd/share/classes/sun/tools/jstat/Arguments.java-.html) [New](src/jdk.jcmd/share/classes/sun/tools/jstat/Arguments.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jcmd/share/classes/sun/tools/jstat/Arguments.java) src/jdk.jcmd/share/classes/sun/tools/jstat/Arguments.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

8 lines changed: 6 ins; 0 del; 2 mod; 444 unchg

[Cdiffs](src/jdk.jdeps/share/classes/com/sun/tools/javap/JavapTask.java.cdiff.html) [Udiffs](src/jdk.jdeps/share/classes/com/sun/tools/javap/JavapTask.java.udiff.html) [Wdiffs](src/jdk.jdeps/share/classes/com/sun/tools/javap/JavapTask.java.wdiff.html) [Sdiffs](src/jdk.jdeps/share/classes/com/sun/tools/javap/JavapTask.java.sdiff.html) [Frames](src/jdk.jdeps/share/classes/com/sun/tools/javap/JavapTask.java.frames.html) [Old](src/jdk.jdeps/share/classes/com/sun/tools/javap/JavapTask.java-.html) [New](src/jdk.jdeps/share/classes/com/sun/tools/javap/JavapTask.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jdeps/share/classes/com/sun/tools/javap/JavapTask.java) src/jdk.jdeps/share/classes/com/sun/tools/javap/JavapTask.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

2 lines changed: 0 ins; 0 del; 2 mod; 1122 unchg

[Cdiffs](src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap.properties.cdiff.html) [Udiffs](src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap.properties.udiff.html) [Wdiffs](src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap.properties.wdiff.html) [Sdiffs](src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap.properties.sdiff.html) [Frames](src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap.properties.frames.html) [Old](src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap.properties-.html) [New](src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap.properties.html) -----[Raw](raw%5Ffiles/new/src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap.properties) src/jdk.jdeps/share/classes/com/sun/tools/javap/resources/javap.properties

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

3 lines changed: 0 ins; 0 del; 3 mod; 110 unchg

[Cdiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/Main.java.cdiff.html) [Udiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/Main.java.udiff.html) [Wdiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/Main.java.wdiff.html) [Sdiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/Main.java.sdiff.html) [Frames](src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/Main.java.frames.html) [Old](src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/Main.java-.html) [New](src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/Main.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/Main.java) src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/Main.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

2 lines changed: 1 ins; 0 del; 1 mod; 698 unchg

[Cdiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/resources/jdeprscan.properties.cdiff.html) [Udiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/resources/jdeprscan.properties.udiff.html) [Wdiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/resources/jdeprscan.properties.wdiff.html) [Sdiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/resources/jdeprscan.properties.sdiff.html) [Frames](src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/resources/jdeprscan.properties.frames.html) [Old](src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/resources/jdeprscan.properties-.html) [New](src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/resources/jdeprscan.properties.html) -----[Raw](raw%5Ffiles/new/src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/resources/jdeprscan.properties) src/jdk.jdeps/share/classes/com/sun/tools/jdeprscan/resources/jdeprscan.properties

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

9 lines changed: 0 ins; 0 del; 9 mod; 117 unchg

[Cdiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java.cdiff.html) [Udiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java.udiff.html) [Wdiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java.wdiff.html) [Sdiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java.sdiff.html) [Frames](src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java.frames.html) [Old](src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java-.html) [New](src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java) src/jdk.jdeps/share/classes/com/sun/tools/jdeps/JdepsTask.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

2 lines changed: 0 ins; 0 del; 2 mod; 1272 unchg

[Cdiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties.cdiff.html) [Udiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties.udiff.html) [Wdiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties.wdiff.html) [Sdiffs](src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties.sdiff.html) [Frames](src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties.frames.html) [Old](src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties-.html) [New](src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties.html) -----[Raw](raw%5Ffiles/new/src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties) src/jdk.jdeps/share/classes/com/sun/tools/jdeps/resources/jdeps.properties

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

3 lines changed: 0 ins; 1 del; 2 mod; 223 unchg

[Cdiffs](src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTY.java.cdiff.html) [Udiffs](src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTY.java.udiff.html) [Wdiffs](src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTY.java.wdiff.html) [Sdiffs](src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTY.java.sdiff.html) [Frames](src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTY.java.frames.html) [Old](src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTY.java-.html) [New](src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTY.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTY.java) src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTY.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

7 lines changed: 4 ins; 0 del; 3 mod; 1085 unchg

[Cdiffs](src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources.java.cdiff.html) [Udiffs](src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources.java.udiff.html) [Wdiffs](src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources.java.wdiff.html) [Sdiffs](src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources.java.sdiff.html) [Frames](src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources.java.frames.html) [Old](src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources.java-.html) [New](src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources.java) src/jdk.jdi/share/classes/com/sun/tools/example/debug/tty/TTYResources.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

2 lines changed: 0 ins; 0 del; 2 mod; 462 unchg

[Cdiffs](src/jdk.jlink/share/classes/jdk/tools/jimage/JImageTask.java.cdiff.html) [Udiffs](src/jdk.jlink/share/classes/jdk/tools/jimage/JImageTask.java.udiff.html) [Wdiffs](src/jdk.jlink/share/classes/jdk/tools/jimage/JImageTask.java.wdiff.html) [Sdiffs](src/jdk.jlink/share/classes/jdk/tools/jimage/JImageTask.java.sdiff.html) [Frames](src/jdk.jlink/share/classes/jdk/tools/jimage/JImageTask.java.frames.html) [Old](src/jdk.jlink/share/classes/jdk/tools/jimage/JImageTask.java-.html) [New](src/jdk.jlink/share/classes/jdk/tools/jimage/JImageTask.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jlink/share/classes/jdk/tools/jimage/JImageTask.java) src/jdk.jlink/share/classes/jdk/tools/jimage/JImageTask.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

1 line changed: 0 ins; 0 del; 1 mod; 457 unchg

[Cdiffs](src/jdk.jlink/share/classes/jdk/tools/jimage/resources/jimage.properties.cdiff.html) [Udiffs](src/jdk.jlink/share/classes/jdk/tools/jimage/resources/jimage.properties.udiff.html) [Wdiffs](src/jdk.jlink/share/classes/jdk/tools/jimage/resources/jimage.properties.wdiff.html) [Sdiffs](src/jdk.jlink/share/classes/jdk/tools/jimage/resources/jimage.properties.sdiff.html) [Frames](src/jdk.jlink/share/classes/jdk/tools/jimage/resources/jimage.properties.frames.html) [Old](src/jdk.jlink/share/classes/jdk/tools/jimage/resources/jimage.properties-.html) [New](src/jdk.jlink/share/classes/jdk/tools/jimage/resources/jimage.properties.html) -----[Raw](raw%5Ffiles/new/src/jdk.jlink/share/classes/jdk/tools/jimage/resources/jimage.properties) src/jdk.jlink/share/classes/jdk/tools/jimage/resources/jimage.properties

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

8 lines changed: 0 ins; 0 del; 8 mod; 93 unchg

[Cdiffs](src/jdk.jlink/share/classes/jdk/tools/jlink/internal/JlinkTask.java.cdiff.html) [Udiffs](src/jdk.jlink/share/classes/jdk/tools/jlink/internal/JlinkTask.java.udiff.html) [Wdiffs](src/jdk.jlink/share/classes/jdk/tools/jlink/internal/JlinkTask.java.wdiff.html) [Sdiffs](src/jdk.jlink/share/classes/jdk/tools/jlink/internal/JlinkTask.java.sdiff.html) [Frames](src/jdk.jlink/share/classes/jdk/tools/jlink/internal/JlinkTask.java.frames.html) [Old](src/jdk.jlink/share/classes/jdk/tools/jlink/internal/JlinkTask.java-.html) [New](src/jdk.jlink/share/classes/jdk/tools/jlink/internal/JlinkTask.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/JlinkTask.java) src/jdk.jlink/share/classes/jdk/tools/jlink/internal/JlinkTask.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

1 line changed: 0 ins; 0 del; 1 mod; 865 unchg

[Cdiffs](src/jdk.jlink/share/classes/jdk/tools/jlink/internal/TaskHelper.java.cdiff.html) [Udiffs](src/jdk.jlink/share/classes/jdk/tools/jlink/internal/TaskHelper.java.udiff.html) [Wdiffs](src/jdk.jlink/share/classes/jdk/tools/jlink/internal/TaskHelper.java.wdiff.html) [Sdiffs](src/jdk.jlink/share/classes/jdk/tools/jlink/internal/TaskHelper.java.sdiff.html) [Frames](src/jdk.jlink/share/classes/jdk/tools/jlink/internal/TaskHelper.java.frames.html) [Old](src/jdk.jlink/share/classes/jdk/tools/jlink/internal/TaskHelper.java-.html) [New](src/jdk.jlink/share/classes/jdk/tools/jlink/internal/TaskHelper.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jlink/share/classes/jdk/tools/jlink/internal/TaskHelper.java) src/jdk.jlink/share/classes/jdk/tools/jlink/internal/TaskHelper.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

20 lines changed: 17 ins; 0 del; 3 mod; 746 unchg

[Cdiffs](src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties.cdiff.html) [Udiffs](src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties.udiff.html) [Wdiffs](src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties.wdiff.html) [Sdiffs](src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties.sdiff.html) [Frames](src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties.frames.html) [Old](src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties-.html) [New](src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties.html) -----[Raw](raw%5Ffiles/new/src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties) src/jdk.jlink/share/classes/jdk/tools/jlink/resources/jlink.properties

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

1 line changed: 0 ins; 0 del; 1 mod; 148 unchg

[Cdiffs](src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java.cdiff.html) [Udiffs](src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java.udiff.html) [Wdiffs](src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java.wdiff.html) [Sdiffs](src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java.sdiff.html) [Frames](src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java.frames.html) [Old](src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java-.html) [New](src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java) src/jdk.jlink/share/classes/jdk/tools/jmod/JmodTask.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

1 line changed: 0 ins; 0 del; 1 mod; 1559 unchg

[Cdiffs](src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod.properties.cdiff.html) [Udiffs](src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod.properties.udiff.html) [Wdiffs](src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod.properties.wdiff.html) [Sdiffs](src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod.properties.sdiff.html) [Frames](src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod.properties.frames.html) [Old](src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod.properties-.html) [New](src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod.properties.html) -----[Raw](raw%5Ffiles/new/src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod.properties) src/jdk.jlink/share/classes/jdk/tools/jmod/resources/jmod.properties

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

2 lines changed: 0 ins; 0 del; 2 mod; 111 unchg

[Cdiffs](src/jdk.jshell/share/classes/jdk/internal/jshell/tool/JShellTool.java.cdiff.html) [Udiffs](src/jdk.jshell/share/classes/jdk/internal/jshell/tool/JShellTool.java.udiff.html) [Wdiffs](src/jdk.jshell/share/classes/jdk/internal/jshell/tool/JShellTool.java.wdiff.html) [Sdiffs](src/jdk.jshell/share/classes/jdk/internal/jshell/tool/JShellTool.java.sdiff.html) [Frames](src/jdk.jshell/share/classes/jdk/internal/jshell/tool/JShellTool.java.frames.html) [Old](src/jdk.jshell/share/classes/jdk/internal/jshell/tool/JShellTool.java-.html) [New](src/jdk.jshell/share/classes/jdk/internal/jshell/tool/JShellTool.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/JShellTool.java) src/jdk.jshell/share/classes/jdk/internal/jshell/tool/JShellTool.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

1 line changed: 0 ins; 0 del; 1 mod; 3923 unchg

[Cdiffs](src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties.cdiff.html) [Udiffs](src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties.udiff.html) [Wdiffs](src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties.wdiff.html) [Sdiffs](src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties.sdiff.html) [Frames](src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties.frames.html) [Old](src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties-.html) [New](src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties.html) -----[Raw](raw%5Ffiles/new/src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties) src/jdk.jshell/share/classes/jdk/internal/jshell/tool/resources/l10n.properties

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

1 line changed: 0 ins; 0 del; 1 mod; 1072 unchg

[Cdiffs](src/jdk.jstatd/share/classes/sun/tools/jstatd/Jstatd.java.cdiff.html) [Udiffs](src/jdk.jstatd/share/classes/sun/tools/jstatd/Jstatd.java.udiff.html) [Wdiffs](src/jdk.jstatd/share/classes/sun/tools/jstatd/Jstatd.java.wdiff.html) [Sdiffs](src/jdk.jstatd/share/classes/sun/tools/jstatd/Jstatd.java.sdiff.html) [Frames](src/jdk.jstatd/share/classes/sun/tools/jstatd/Jstatd.java.frames.html) [Old](src/jdk.jstatd/share/classes/sun/tools/jstatd/Jstatd.java-.html) [New](src/jdk.jstatd/share/classes/sun/tools/jstatd/Jstatd.java.html) -----[Raw](raw%5Ffiles/new/src/jdk.jstatd/share/classes/sun/tools/jstatd/Jstatd.java) src/jdk.jstatd/share/classes/sun/tools/jstatd/Jstatd.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

9 lines changed: 6 ins; 0 del; 3 mod; 161 unchg

[Cdiffs](src/jdk.pack/share/native/unpack200/main.cpp.cdiff.html) [Udiffs](src/jdk.pack/share/native/unpack200/main.cpp.udiff.html) [Wdiffs](src/jdk.pack/share/native/unpack200/main.cpp.wdiff.html) [Sdiffs](src/jdk.pack/share/native/unpack200/main.cpp.sdiff.html) [Frames](src/jdk.pack/share/native/unpack200/main.cpp.frames.html) [Old](src/jdk.pack/share/native/unpack200/main.cpp-.html) [New](src/jdk.pack/share/native/unpack200/main.cpp.html) -----[Raw](raw%5Ffiles/new/src/jdk.pack/share/native/unpack200/main.cpp) src/jdk.pack/share/native/unpack200/main.cpp

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

3 lines changed: 0 ins; 0 del; 3 mod; 445 unchg

[Cdiffs](src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Options.properties.cdiff.html) [Udiffs](src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Options.properties.udiff.html) [Wdiffs](src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Options.properties.wdiff.html) [Sdiffs](src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Options.properties.sdiff.html) [Frames](src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Options.properties.frames.html) [Old](src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Options.properties-.html) [New](src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Options.properties.html) -----[Raw](raw%5Ffiles/new/src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Options.properties) src/jdk.scripting.nashorn/share/classes/jdk/nashorn/internal/runtime/resources/Options.properties

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

3 lines changed: 0 ins; 0 del; 3 mod; 427 unchg

[Cdiffs](test/jdk/sun/tools/jcmd/TestJcmdDefaults.java.cdiff.html) [Udiffs](test/jdk/sun/tools/jcmd/TestJcmdDefaults.java.udiff.html) [Wdiffs](test/jdk/sun/tools/jcmd/TestJcmdDefaults.java.wdiff.html) [Sdiffs](test/jdk/sun/tools/jcmd/TestJcmdDefaults.java.sdiff.html) [Frames](test/jdk/sun/tools/jcmd/TestJcmdDefaults.java.frames.html) [Old](test/jdk/sun/tools/jcmd/TestJcmdDefaults.java-.html) [New](test/jdk/sun/tools/jcmd/TestJcmdDefaults.java.html) -----[Raw](raw%5Ffiles/new/test/jdk/sun/tools/jcmd/TestJcmdDefaults.java) test/jdk/sun/tools/jcmd/TestJcmdDefaults.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

5 lines changed: 2 ins; 0 del; 3 mod; 105 unchg

[Cdiffs](test/jdk/sun/tools/jcmd/usage.out.cdiff.html) [Udiffs](test/jdk/sun/tools/jcmd/usage.out.udiff.html) [Wdiffs](test/jdk/sun/tools/jcmd/usage.out.wdiff.html) [Sdiffs](test/jdk/sun/tools/jcmd/usage.out.sdiff.html) [Frames](test/jdk/sun/tools/jcmd/usage.out.frames.html) [Old](test/jdk/sun/tools/jcmd/usage.out-.html) [New](test/jdk/sun/tools/jcmd/usage.out.html) -----[Raw](raw%5Ffiles/new/test/jdk/sun/tools/jcmd/usage.out) test/jdk/sun/tools/jcmd/usage.out

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

1 line changed: 0 ins; 0 del; 1 mod; 14 unchg

[Cdiffs](test/jdk/sun/tools/jps/TestJpsSanity.java.cdiff.html) [Udiffs](test/jdk/sun/tools/jps/TestJpsSanity.java.udiff.html) [Wdiffs](test/jdk/sun/tools/jps/TestJpsSanity.java.wdiff.html) [Sdiffs](test/jdk/sun/tools/jps/TestJpsSanity.java.sdiff.html) [Frames](test/jdk/sun/tools/jps/TestJpsSanity.java.frames.html) [Old](test/jdk/sun/tools/jps/TestJpsSanity.java-.html) [New](test/jdk/sun/tools/jps/TestJpsSanity.java.html) -----[Raw](raw%5Ffiles/new/test/jdk/sun/tools/jps/TestJpsSanity.java) test/jdk/sun/tools/jps/TestJpsSanity.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

5 lines changed: 3 ins; 0 del; 2 mod; 104 unchg

[Cdiffs](test/jdk/sun/tools/jps/usage.out.cdiff.html) [Udiffs](test/jdk/sun/tools/jps/usage.out.udiff.html) [Wdiffs](test/jdk/sun/tools/jps/usage.out.wdiff.html) [Sdiffs](test/jdk/sun/tools/jps/usage.out.sdiff.html) [Frames](test/jdk/sun/tools/jps/usage.out.frames.html) [Old](test/jdk/sun/tools/jps/usage.out-.html) [New](test/jdk/sun/tools/jps/usage.out.html) -----[Raw](raw%5Ffiles/new/test/jdk/sun/tools/jps/usage.out) test/jdk/sun/tools/jps/usage.out

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

2 lines changed: 1 ins; 0 del; 1 mod; 4 unchg

[Cdiffs](test/jdk/sun/tools/jstat/jstatHelp.sh.cdiff.html) [Udiffs](test/jdk/sun/tools/jstat/jstatHelp.sh.udiff.html) [Wdiffs](test/jdk/sun/tools/jstat/jstatHelp.sh.wdiff.html) [Sdiffs](test/jdk/sun/tools/jstat/jstatHelp.sh.sdiff.html) [Frames](test/jdk/sun/tools/jstat/jstatHelp.sh.frames.html) [Old](test/jdk/sun/tools/jstat/jstatHelp.sh-.html) [New](test/jdk/sun/tools/jstat/jstatHelp.sh.html) -----[Raw](raw%5Ffiles/new/test/jdk/sun/tools/jstat/jstatHelp.sh) test/jdk/sun/tools/jstat/jstatHelp.sh

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

14 lines changed: 10 ins; 0 del; 4 mod; 61 unchg

[Cdiffs](test/jdk/sun/tools/jstat/usage.out.cdiff.html) [Udiffs](test/jdk/sun/tools/jstat/usage.out.udiff.html) [Wdiffs](test/jdk/sun/tools/jstat/usage.out.wdiff.html) [Sdiffs](test/jdk/sun/tools/jstat/usage.out.sdiff.html) [Frames](test/jdk/sun/tools/jstat/usage.out.frames.html) [Old](test/jdk/sun/tools/jstat/usage.out-.html) [New](test/jdk/sun/tools/jstat/usage.out.html) -----[Raw](raw%5Ffiles/new/test/jdk/sun/tools/jstat/usage.out) test/jdk/sun/tools/jstat/usage.out

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

3 lines changed: 2 ins; 0 del; 1 mod; 19 unchg

[Cdiffs](test/jdk/sun/tools/jstatd/TestJstatdUsage.java.cdiff.html) [Udiffs](test/jdk/sun/tools/jstatd/TestJstatdUsage.java.udiff.html) [Wdiffs](test/jdk/sun/tools/jstatd/TestJstatdUsage.java.wdiff.html) [Sdiffs](test/jdk/sun/tools/jstatd/TestJstatdUsage.java.sdiff.html) [Frames](test/jdk/sun/tools/jstatd/TestJstatdUsage.java.frames.html) [Old](test/jdk/sun/tools/jstatd/TestJstatdUsage.java-.html) [New](test/jdk/sun/tools/jstatd/TestJstatdUsage.java.html) -----[Raw](raw%5Ffiles/new/test/jdk/sun/tools/jstatd/TestJstatdUsage.java) test/jdk/sun/tools/jstatd/TestJstatdUsage.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

5 lines changed: 2 ins; 1 del; 2 mod; 50 unchg

[Cdiffs](test/langtools/jdk/javadoc/doclet/testHelpOption/TestHelpOption.java.cdiff.html) [Udiffs](test/langtools/jdk/javadoc/doclet/testHelpOption/TestHelpOption.java.udiff.html) [Wdiffs](test/langtools/jdk/javadoc/doclet/testHelpOption/TestHelpOption.java.wdiff.html) [Sdiffs](test/langtools/jdk/javadoc/doclet/testHelpOption/TestHelpOption.java.sdiff.html) [Frames](test/langtools/jdk/javadoc/doclet/testHelpOption/TestHelpOption.java.frames.html) [Old](test/langtools/jdk/javadoc/doclet/testHelpOption/TestHelpOption.java-.html) [New](test/langtools/jdk/javadoc/doclet/testHelpOption/TestHelpOption.java.html) -----[Raw](raw%5Ffiles/new/test/langtools/jdk/javadoc/doclet/testHelpOption/TestHelpOption.java) test/langtools/jdk/javadoc/doclet/testHelpOption/TestHelpOption.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

2 lines changed: 0 ins; 0 del; 2 mod; 176 unchg

[Cdiffs](test/langtools/jdk/javadoc/tool/CheckResourceKeys.java.cdiff.html) [Udiffs](test/langtools/jdk/javadoc/tool/CheckResourceKeys.java.udiff.html) [Wdiffs](test/langtools/jdk/javadoc/tool/CheckResourceKeys.java.wdiff.html) [Sdiffs](test/langtools/jdk/javadoc/tool/CheckResourceKeys.java.sdiff.html) [Frames](test/langtools/jdk/javadoc/tool/CheckResourceKeys.java.frames.html) [Old](test/langtools/jdk/javadoc/tool/CheckResourceKeys.java-.html) [New](test/langtools/jdk/javadoc/tool/CheckResourceKeys.java.html) -----[Raw](raw%5Ffiles/new/test/langtools/jdk/javadoc/tool/CheckResourceKeys.java) test/langtools/jdk/javadoc/tool/CheckResourceKeys.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

2 lines changed: 0 ins; 0 del; 2 mod; 287 unchg

[Cdiffs](test/langtools/jdk/javadoc/tool/ToolProviderTest.java.cdiff.html) [Udiffs](test/langtools/jdk/javadoc/tool/ToolProviderTest.java.udiff.html) [Wdiffs](test/langtools/jdk/javadoc/tool/ToolProviderTest.java.wdiff.html) [Sdiffs](test/langtools/jdk/javadoc/tool/ToolProviderTest.java.sdiff.html) [Frames](test/langtools/jdk/javadoc/tool/ToolProviderTest.java.frames.html) [Old](test/langtools/jdk/javadoc/tool/ToolProviderTest.java-.html) [New](test/langtools/jdk/javadoc/tool/ToolProviderTest.java.html) -----[Raw](raw%5Ffiles/new/test/langtools/jdk/javadoc/tool/ToolProviderTest.java) test/langtools/jdk/javadoc/tool/ToolProviderTest.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

3 lines changed: 0 ins; 0 del; 3 mod; 130 unchg

[Cdiffs](test/langtools/jdk/jshell/StartOptionTest.java.cdiff.html) [Udiffs](test/langtools/jdk/jshell/StartOptionTest.java.udiff.html) [Wdiffs](test/langtools/jdk/jshell/StartOptionTest.java.wdiff.html) [Sdiffs](test/langtools/jdk/jshell/StartOptionTest.java.sdiff.html) [Frames](test/langtools/jdk/jshell/StartOptionTest.java.frames.html) [Old](test/langtools/jdk/jshell/StartOptionTest.java-.html) [New](test/langtools/jdk/jshell/StartOptionTest.java.html) -----[Raw](raw%5Ffiles/new/test/langtools/jdk/jshell/StartOptionTest.java) test/langtools/jdk/jshell/StartOptionTest.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

1 line changed: 0 ins; 0 del; 1 mod; 365 unchg

[Cdiffs](test/langtools/tools/javap/InvalidOptions.java.cdiff.html) [Udiffs](test/langtools/tools/javap/InvalidOptions.java.udiff.html) [Wdiffs](test/langtools/tools/javap/InvalidOptions.java.wdiff.html) [Sdiffs](test/langtools/tools/javap/InvalidOptions.java.sdiff.html) [Frames](test/langtools/tools/javap/InvalidOptions.java.frames.html) [Old](test/langtools/tools/javap/InvalidOptions.java-.html) [New](test/langtools/tools/javap/InvalidOptions.java.html) -----[Raw](raw%5Ffiles/new/test/langtools/tools/javap/InvalidOptions.java) test/langtools/tools/javap/InvalidOptions.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

2 lines changed: 0 ins; 0 del; 2 mod; 76 unchg

[Cdiffs](test/langtools/tools/jdeps/MultiReleaseJar.java.cdiff.html) [Udiffs](test/langtools/tools/jdeps/MultiReleaseJar.java.udiff.html) [Wdiffs](test/langtools/tools/jdeps/MultiReleaseJar.java.wdiff.html) [Sdiffs](test/langtools/tools/jdeps/MultiReleaseJar.java.sdiff.html) [Frames](test/langtools/tools/jdeps/MultiReleaseJar.java.frames.html) [Old](test/langtools/tools/jdeps/MultiReleaseJar.java-.html) [New](test/langtools/tools/jdeps/MultiReleaseJar.java.html) -----[Raw](raw%5Ffiles/new/test/langtools/tools/jdeps/MultiReleaseJar.java) test/langtools/tools/jdeps/MultiReleaseJar.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

1 line changed: 0 ins; 0 del; 1 mod; 289 unchg

------ ------ ------ ------ ------ ---[New](test/jdk/tools/launcher/HelpFlagsTest.java.html) -----[Raw](raw%5Ffiles/new/test/jdk/tools/launcher/HelpFlagsTest.java) test/jdk/tools/launcher/HelpFlagsTest.java

rev 48243 : 8189102: All tools should support -?, -h and --help Reviewed-by: kvn, jjg, weijun, alanb, rfield, ksrini

425 lines changed: 425 ins; 0 del; 0 mod; 0 unchg


This code review page was prepared using /usr/work/openjdk/bin/webrev.ksh(vers 25.12-hg+openjdk.java.net).