mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 15:24:43 +02:00
8227229: Deprecate the launcher -Xdebug/-debug flags that have not done anything since Java 6
Reviewed-by: alanb, cjplummer, dholmes
This commit is contained in:
parent
9e4fc568a6
commit
842d6329cf
25 changed files with 32 additions and 41 deletions
|
@ -1390,7 +1390,7 @@ ParseArguments(int *pargc, char ***pargv,
|
|||
} else if (JLI_StrCmp(arg, "-tm") == 0) {
|
||||
AddOption("-Xtm", NULL);
|
||||
} else if (JLI_StrCmp(arg, "-debug") == 0) {
|
||||
AddOption("-Xdebug", NULL);
|
||||
JLI_ReportErrorMessage(ARG_DEPRECATED, "-debug");
|
||||
} else if (JLI_StrCmp(arg, "-noclassgc") == 0) {
|
||||
AddOption("-Xnoclassgc", NULL);
|
||||
} else if (JLI_StrCmp(arg, "-Xfuture") == 0) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue