src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c
changeset 55516 f3b62797e2d0
parent 52976 21dfea980e23
child 58585 e69d6f076a6a
--- a/src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c	Thu Jun 27 03:13:54 2019 +0200
+++ b/src/jdk.jdwp.agent/share/native/libjdwp/debugInit.c	Thu Jun 27 00:51:04 2019 -0700
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 1998, 2018, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 1998, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
@@ -873,7 +873,6 @@
  "launch=<command line>            run debugger on event             none\n"
  "onthrow=<exception name>         debug on throw                    none\n"
  "onuncaught=y|n                   debug on any uncaught?            n\n"
- "onjcmd=y|n                       start debug via jcmd?             n\n"
  "timeout=<timeout value>          for listen/attach in milliseconds n\n"
  "mutf8=y|n                        output modified utf-8             n\n"
  "quiet=y|n                        control over terminal messages    n\n"));