Attach Api and agent unloading
Alan Bateman
Alan.Bateman at Sun.COM
Thu Oct 15 08:08:03 UTC 2009
Ishaaq Chandy wrote:
> Hi all,
> Not sure if this is the right forum to ask this, if you know of a more
> appropriate one please direct me there.
>
This mailing lists is the general discussion list. The "Monitoring,
Management, Debugging, and Profiling APIs" forum [1] is a useful place
for questions on this (and related) APIs. If this is a JVM TI agent then
the agent library will not be unloaded until the VM exits (in a
multi-threaded environment it's usually not feasible to unload a shared
library mid-flight). If this is a j.l.instrument agent then the agent's
JAR is added to the system class path (details are in the j.l.instrument
package description).
-Alan.
[1] http://forums.sun.com/forum.jspa?forumID=539
More information about the discuss
mailing list