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) {