| Package | Description |
|---|---|
| java.lang.instrument |
Provides services that allow Java programming language agents to instrument programs running on the JVM.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Instrumentation.addTransformer(ClassFileTransformer
Registers the supplied transformer.
|
void |
Instrumentation.addTransformer(ClassFileTransformer
Registers the supplied transformer.
|
boolean |
Instrumentation.removeTransformer(ClassFileTransformer
Unregisters the supplied transformer.
|
void |
Instrumentation.setNativeMethodPrefix(ClassFileTransformer
This method modifies the failure handling of native method resolution by allowing retry with a prefix applied to the name.
|