JDK-6360345 : typo: output from jmap options contains a typo.
  • Type: Bug
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 6
  • Priority: P4
  • Status: Closed
  • Resolution: Duplicate
  • OS: solaris_9
  • CPU: sparc
  • Submitted: 2005-12-07
  • Updated: 2010-04-03
  • Resolved: 2005-12-08
Related Reports
Duplicate :  
Description
Output from jmap options contains a typo.

j2se/src/share/classes/sun/tools/jmap/JMap.java

System.out.println("    jmap [option] [server_id@]<remote server IP or hostname>");
	    System.out.println("	(to connect to remove debug server)");


remove needs to be remote :)