public class Instrumentor extends Object
Instrumentation
methods like sizeof(). Start the Java VM with -javaagent instrumentor.jar
if instrumentor.jar is where you put the .class file for this code.
MANIFEST.MF for that jar must have "Premain-Class:Instrumentor".
I'm not using at moment but I'm adding in case.| Modifier and Type | Field and Description |
|---|---|
static Instrumentation |
instrumentation |
| Constructor and Description |
|---|
Instrumentor() |
public static Instrumentation instrumentation
public static void premain(String args, Instrumentation I)
Copyright © 1992–2024 Daniel Sun. All rights reserved.