Searched defs:Instrumentation (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/lang/instrument/
H A DInstrumentation.java39 * Instrumentation is the addition of byte-codes to methods for the
48 * <code>Instrumentation</code> interface:
52 * class. In that case an <code>Instrumentation</code> instance
56 * after the JVM is launched. In that case an <code>Instrumentation</code>
64 * Once an agent acquires an <code>Instrumentation</code> instance,
69 public interface Instrumentation { interface
87 * {@linkplain Instrumentation class specification}.
235 * {@linkplain Instrumentation class specification}.
322 * {@linkplain Instrumentation class specification}.

Completed in 30 milliseconds