8214399: Javap -help should provide information about --multi-release option

Reviewed-by: jlahoda
This commit is contained in:
Jonathan Gibbons 2019-06-11 14:56:48 -07:00
parent 8813b93095
commit 81a6bc8b4b
2 changed files with 5 additions and 1 deletions

View File

@ -944,7 +944,8 @@ public class JavapTask implements DisassemblerTool.DisassemblerTask, Messages {
String[] fmOptions = {
"--module-path", "--system",
"--class-path", "-classpath", "-cp",
"-bootclasspath"
"-bootclasspath",
"--multi-release"
};
for (String o: fmOptions) {

View File

@ -92,6 +92,9 @@ main.opt.system=\
main.opt.module_path=\
\ --module-path <path> Specify where to find application modules
main.opt.multi_release=\
\ --multi-release <version> Specify the version to use in multi-release JAR files
main.opt.constants=\
\ -constants Show final constants