src/hotspot/share/jvmci/jvmciCompiler.hpp
changeset 59056 15936b142f86
parent 54669 ad45b3802d4e
child 59290 97d13893ec3c
equal deleted inserted replaced
59055:57ad70bcf06c 59056:15936b142f86
    82    * then wait until the queue is empty.
    82    * then wait until the queue is empty.
    83    */
    83    */
    84   void bootstrap(TRAPS);
    84   void bootstrap(TRAPS);
    85 
    85 
    86   // Should force compilation of method at CompLevel_simple?
    86   // Should force compilation of method at CompLevel_simple?
    87   bool force_comp_at_level_simple(Method* method);
    87   bool force_comp_at_level_simple(const methodHandle& method);
    88 
    88 
    89   bool is_bootstrapping() const { return _bootstrapping; }
    89   bool is_bootstrapping() const { return _bootstrapping; }
    90 
    90 
    91   void set_bootstrap_compilation_request_handled() {
    91   void set_bootstrap_compilation_request_handled() {
    92     _instance->_bootstrap_compilation_request_handled = true;
    92     _instance->_bootstrap_compilation_request_handled = true;