8227231: JDWP help information shows use of obsolete Xdebug flag
authordtitov
Mon, 14 Oct 2019 11:24:23 -0700
changeset 58585 e69d6f076a6a
parent 58580 adbd1504c998
child 58586 cd9c4e6aa631
8227231: JDWP help information shows use of obsolete Xdebug flag Reviewed-by: dholmes, sspitsyn, amenkov
src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c
--- a/src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c	Mon Oct 14 11:03:13 2019 +0200
+++ b/src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c	Mon Oct 14 11:24:23 2019 -0700
@@ -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 @@
  "--------\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