Java (tm)

java.lang.instrument

Documentation Contents

The java.lang.instrument package provides a JavaTM programming language API for tools to instrument Java programming language applications -- for example, to monitor them or collect performance information. Tools use java.lang.instrument to modify the class file that defines a class -- generally, by inserting into the byte-code of methods additional byte-code which will perform the instrumentation.

java.lang.instrument was introduced at JDKTM 5.0.

API Specification

API Enhancements

More Information


Copyright © 2006 Sun Microsystems, Inc. All Rights Reserved.

Feedback
Sun
Java Software