public class AsyncClassesInstrumentationAgent
extends net.tascalate.instrument.agent.AbstractLambdaAwareInstrumentationAgent
| Modifier | Constructor | Description |
|---|---|---|
protected |
AsyncClassesInstrumentationAgent(java.lang.String arguments,
java.lang.instrument.Instrumentation instrumentation) |
| Modifier and Type | Method | Description |
|---|---|---|
static void |
agentmain(java.lang.String args,
java.lang.instrument.Instrumentation instrumentation) |
JVM hook to dynamically load javaagent at runtime.
|
protected java.util.Collection<java.lang.instrument.ClassFileTransformer> |
createTransformers(boolean canRetransform) |
|
static void |
premain(java.lang.String args,
java.lang.instrument.Instrumentation instrumentation) |
JVM hook to statically load the javaagent at startup.
|
protected java.lang.String |
readLambdaClassName(byte[] bytes) |
attach, getJdkVersion, install, isSkipRetransformOptionSet, markTransformerPresence, retransformClassesprotected AsyncClassesInstrumentationAgent(java.lang.String arguments,
java.lang.instrument.Instrumentation instrumentation)
public static void premain(java.lang.String args,
java.lang.instrument.Instrumentation instrumentation)
throws java.lang.Exception
args - arguments supplied to the agentinstrumentation - Instrumentation object passed by JVMjava.lang.Exception - thrown when agent is unable to startpublic static void agentmain(java.lang.String args,
java.lang.instrument.Instrumentation instrumentation)
throws java.lang.Exception
args - arguments supplied to the agentinstrumentation - Instrumentation object passed by JVMjava.lang.Exception - thrown when agent is unable to startprotected java.util.Collection<java.lang.instrument.ClassFileTransformer> createTransformers(boolean canRetransform)
createTransformers in class net.tascalate.instrument.agent.AbstractInstrumentationAgentprotected java.lang.String readLambdaClassName(byte[] bytes)
readLambdaClassName in class net.tascalate.instrument.agent.AbstractLambdaAwareInstrumentationAgentCopyright © 2022. All rights reserved.