8214399: Javap -help should provide information about --multi-release option
Reviewed-by: jlahoda
This commit is contained in:
parent
8813b93095
commit
81a6bc8b4b
@ -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) {
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user