JDK-6173570 : Add ability for tools to 'attach on demand' - required to dynamically monitor, profile, debug, ...
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 6
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: generic
  • CPU: generic
  • Submitted: 2004-10-04
  • Updated: 2011-02-16
  • Resolved: 2004-10-05
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 6
6Resolved
Related Reports
Duplicate :  
Description
When users encounter problems with an application/VM they need the ability to attach a tool to diagnosis the problem.  Currently to attach a tool the VM must be started with options to launch the agent.  At the time the problem occurs it is too late to do this.  Even in cases where problems were anticipated, adding the options is difficult or impossible when they are launched from embedded systems (web browsers, scripts, etc).

Security is a major concern in the design of this capability.

A unified system that works for all classes of tools is needed.  The specific needs of 'attach on demand' for debuggers is specified in CR 4841257 -- which on top of these core capabilities, must integrate them with the debugger back-end.
###@###.### 10/4/04 00:47 GMT

Comments
EVALUATION Must be fixed ###@###.### 10/4/04 00:47 GMT
04-10-2004