The Source for Java Technology Collaboration
User: Password:



Janice J. Heiss

Janice J. Heiss's Blog

Interested 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: del.icio.us del.icio.us Digg Digg DZone DZone Furl Furl Reddit Reddit
Comments
Comments are listed in date ascending order (oldest first) | Post Comment



Only logged in users may post comments. Login Here.


Powered by
Movable Type 3.01D
 Feed java.net RSS Feeds