< prev index next >

src/share/vm/jvmci/jvmciCompiler.hpp

Print this page

        

*** 66,77 **** --- 66,83 ---- bool needs_stubs () { return false; } // Initialization virtual void initialize(); + /** + * Initialize the compile queue with the methods in java.lang.Object and + * then wait until the queue is empty. + */ void bootstrap(); + bool is_bootstrapping() const { return _bootstrapping; } + // Compilation entry point for methods virtual void compile_method(ciEnv* env, ciMethod* target, int entry_bci, DirectiveSet* directive); void compile_method(const methodHandle& target, int entry_bci, JVMCIEnv* env);
< prev index next >