This class is a placeholder for environments which explicitely manage the action of a "Just In Time" compiler.
Static Public Member Functions | |
static Object | command (Object cmd) |
Low level interface to the JIT compiler. | |
static boolean | compileClass (Class classToCompile) |
Compiles the class using the JIT compiler. | |
static boolean | compileClasses (String nameRoot) |
Compiles all classes whose name matches the argument using the JIT compiler. | |
static void | disable () |
Disable the JIT compiler. | |
static void | enable () |
Disable the JIT compiler. |
|
Low level interface to the JIT compiler. Can return any object, or null if no JIT compiler is available.
|
|
Compiles the class using the JIT compiler. Answers true if the compilation was successful, or false if it failed or there was no JIT compiler available.
|
|
Compiles all classes whose name matches the argument using the JIT compiler. Answers true if the compilation was successful, or false if it failed or there was no JIT compiler available.
|
|
Disable the JIT compiler.
|
|
Disable the JIT compiler.
|