JDK-6274241 : java.lang.instrument should support multiple independent and simultaneous agents
  • Type: Enhancement
  • Component: core-svc
  • Sub-Component: tools
  • Affected Version: 6
  • Priority: P3
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2005-05-22
  • Updated: 2011-02-16
  • Resolved: 2005-08-10
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
6 b47Fixed
Related Reports
Relates :  
Description
This is the java.lang.instrument interface to this technology in JVM TI,
which is covered by cr#4772582.  The CCC for 4772582 covers both.

The tool designers should be able to write the consumers of the interface
completely independently, and multiple consumers should be able to coexist
so that the debugger can work on runs that are also being used to collect
performance data.


###@###.### 2005-05-22 04:43:18 GMT

Comments
EVALUATION java.lang.instrument must also allow multiple agents to function without them smashing each other. ###@###.### 2005-05-22 04:48:20 GMT
22-05-2005