mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8214399: Javap -help should provide information about --multi-release option
Reviewed-by: jlahoda
This commit is contained in:
parent
8813b93095
commit
81a6bc8b4b
2 changed files with 5 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue