< prev index next >

src/hotspot/share/jvmci/jvmciCompiler.hpp

Print this page

        

*** 82,92 **** * then wait until the queue is empty. */ void bootstrap(TRAPS); // Should force compilation of method at CompLevel_simple? ! bool force_comp_at_level_simple(Method* method); bool is_bootstrapping() const { return _bootstrapping; } void set_bootstrap_compilation_request_handled() { _instance->_bootstrap_compilation_request_handled = true; --- 82,92 ---- * then wait until the queue is empty. */ void bootstrap(TRAPS); // Should force compilation of method at CompLevel_simple? ! bool force_comp_at_level_simple(const methodHandle& method); bool is_bootstrapping() const { return _bootstrapping; } void set_bootstrap_compilation_request_handled() { _instance->_bootstrap_compilation_request_handled = true;
< prev index next >