sun.misc
Class JIT

java.lang.Object
  extended by sun.misc.JIT

public class JIT
extends Object


Constructor Summary
JIT()
           
 
Method Summary
static boolean compileMethod(Member m, boolean verbose)
           
static boolean neverCompileMethod(Member m)
           
static boolean reparseJitOptions(String optionString)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JIT

public JIT()
Method Detail

compileMethod

public static boolean compileMethod(Member m,
                                    boolean verbose)

neverCompileMethod

public static boolean neverCompileMethod(Member m)

reparseJitOptions

public static boolean reparseJitOptions(String optionString)