Integrated: 8263323: Debug Agent help output includes invalid URL
    Chris Plummer 
    cjplummer at openjdk.java.net
       
    Wed Jun  9 19:06:18 UTC 2021
    
    
  
On Fri, 4 Jun 2021 03:36:26 GMT, Chris Plummer <cjplummer at openjdk.org> wrote:
> Rather than embed a URL in the help output, which needs to be updated if the location of docs ever changes, just include a description of the document so it can be looked up. The output now looks like:
> 
> 
> $ ./java -agentlib:jdwp=help
>                Java Debugger JDWP Agent Library
>                --------------------------------
> 
>   (See the "Oracle VM Invocation Options" section of the JPDA
>    "Connection and Invocation Details" document for more information.)
> 
> jdwp usage: java -agentlib:jdwp=[help]|[<option>=<value>, ...]
> 
> Option Name and Value            Description                       Default
> ---------------------            -----------                       -------
> suspend=y|n                      wait on startup?                  y
> transport=<name>                 transport spec                    none
> ...
This pull request has now been integrated.
Changeset: 33d34c6b
Author:    Chris Plummer <cjplummer at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/33d34c6b670e83778479a2a11ae23229bf959752
Stats:     3 lines in 1 file changed: 1 ins; 0 del; 2 mod
8263323: Debug Agent help output includes invalid URL
Reviewed-by: kevinw, alanb
-------------
PR: https://git.openjdk.java.net/jdk/pull/4352
    
    
More information about the serviceability-dev
mailing list