public final class RecompilationManager extends Object
| Modifier and Type | Field and Description |
|---|---|
private static boolean |
DEBUG |
| Constructor and Description |
|---|
RecompilationManager() |
| Modifier and Type | Method and Description |
|---|---|
static void |
recompile(NormalMethod meth)
recompile and replace the argument method by invoking the runtime compiler.
|
static void |
recompileAllDynamicallyLoadedMethods(boolean report)
Use the runtime compiler to forcibly recompile all dynamically
loaded methods.
|
private static final boolean DEBUG
public RecompilationManager()
public static void recompileAllDynamicallyLoadedMethods(boolean report)
report - whether to print a reportpublic static void recompile(NormalMethod meth)
meth - the method to recompile