|
|
||
Janice J. Heiss's BlogInterested in VM Agents?Posted by hiheiss on January 03, 2007 at 02:46 PM | Comments (0)A recently published java.sun.com article (to which I minorly contributed), by fellow java.net blogger and Sun engineer, Kelly O'Hair, "The JVM Tool Interface (JVM TI): How VM Agents Work," focuses on VM agents, which are good for assessing what's going on in a JVM. The JVM tool interface (JVM TI) is a standard native API that allows native libraries to capture events and control a Java Virtual Machine (JVM) for the Java platform. These native, or "agent" libraries often form a basis for the Java technology-level tool APIs, such as the Java Debugger Interface (JDI) that comes with the Java Development Kit (JDK). Profiler tool vendors will often need to create an agent library that uses JVM TI. The article explores the basics of writing a JVM TI agent library by walking through the heapTracker demo agent available in the JDK downloads. Any comments or reactions? Bookmark blog post: CommentsComments are listed in date ascending order (oldest first) | Post Comment | ||
|
|