public class OnlineDynamicCallGraph extends Object implements ClassFileTransformer
Constructor and Description |
---|
OnlineDynamicCallGraph() |
Modifier and Type | Method and Description |
---|---|
static void |
premain(String agentArgs,
Instrumentation inst) |
byte[] |
transform(ClassLoader loader,
String className,
Class<?> classBeingRedefined,
ProtectionDomain protectionDomain,
byte[] classfileBuffer) |
public OnlineDynamicCallGraph() throws IllegalArgumentException, IOException, InvalidClassFileException
public byte[] transform(ClassLoader loader, String className, Class<?> classBeingRedefined, ProtectionDomain protectionDomain, byte[] classfileBuffer) throws IllegalClassFormatException
transform
in interface ClassFileTransformer
IllegalClassFormatException
public static void premain(String agentArgs, Instrumentation inst) throws IllegalArgumentException, IOException, InvalidClassFileException