|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Compiler
public final class Compiler
This class must be implemented by the VM vendor. This class is a placeholder for environments which explicitly manage the action of a "Just In Time" compiler.
Cloneable| Method Summary | |
|---|---|
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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static Object command(Object cmd)
cmd - Object a command for the JIT compiler
public static boolean compileClass(Class<?> classToCompile)
classToCompile - java.lang.Class the class to JIT compile
public static boolean compileClasses(String nameRoot)
nameRoot - String the string to match against class names
public static void disable()
public static void enable()
|
Build 1.0_r1(from source) | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||