# HG changeset patch # User dtitov # Date 1571077463 25200 # Node ID e69d6f076a6a87af60252c711d8b8797df8a1371 # Parent adbd1504c99856d1167518f91294132967692152 8227231: JDWP help information shows use of obsolete Xdebug flag Reviewed-by: dholmes, sspitsyn, amenkov diff -r adbd1504c998 -r e69d6f076a6a 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]|[