This class is a placeholder for environments which explicitly 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. | |
Private Member Functions | |
Compiler () | |
Prevent this class from being instantiated. |
java.lang.Compiler.Compiler | ( | ) | [private] |
Prevent this class from being instantiated.
static boolean java.lang.Compiler.compileClass | ( | Class<?> | classToCompile | ) | [static] |
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.
classToCompile | java.lang.Class the class to JIT compile |
static boolean java.lang.Compiler.compileClasses | ( | String | nameRoot | ) | [static] |
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.
nameRoot | String the string to match against class names |
static void java.lang.Compiler.disable | ( | ) | [static] |
Disable the JIT compiler.
static void java.lang.Compiler.enable | ( | ) | [static] |
Disable the JIT compiler.
Genereated on Tue Dec 9 14:09:47 2008 by Doxygen.
(c) Copyright 2005, 2008 The Apache Software Foundation or its licensors, as applicable.