mirror of
https://github.com/openjdk/jdk.git
synced 2026-05-06 03:35:10 +00:00
8227231: JDWP help information shows use of obsolete Xdebug flag
Reviewed-by: dholmes, sspitsyn, amenkov
This commit is contained in:
parent
67a89143dd
commit
76d7e33569
@ -40,7 +40,6 @@
|
||||
#include "sys.h"
|
||||
|
||||
/* How the options get to OnLoad: */
|
||||
#define XDEBUG "-Xdebug"
|
||||
#define XRUN "-Xrunjdwp"
|
||||
#define AGENTLIB "-agentlib:jdwp"
|
||||
|
||||
@ -898,7 +897,7 @@ printUsage(void)
|
||||
"--------\n"
|
||||
" - The older " XRUN " interface can still be used, but will be removed in\n"
|
||||
" a future release, for example:\n"
|
||||
" java " XDEBUG " " XRUN ":[help]|[<option>=<value>, ...]\n"
|
||||
" java " XRUN ":[help]|[<option>=<value>, ...]\n"
|
||||
));
|
||||
|
||||
#ifdef DEBUG
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user