< prev index next >

src/share/vm/jvmci/jvmciCompiler.hpp

Print this page
rev 11184 : 8156034: [JVMCI] Notify the jvmci compiler on completion of a bootstrap

*** 31,40 **** --- 31,45 ---- class JVMCICompiler : public AbstractCompiler { private: bool _bootstrapping; /** + * True if we have seen the a bootstrap compilation request. + */ + volatile bool _bootstrap_compilation_request_seen; + + /** * Number of methods successfully compiled by a call to * JVMCICompiler::compile_method(). */ volatile int _methods_compiled;
< prev index next >