--- old/src/share/vm/jvmci/jvmciCompiler.hpp 2016-05-10 17:49:04.990761064 +0200 +++ new/src/share/vm/jvmci/jvmciCompiler.hpp 2016-05-10 17:49:04.811760452 +0200 @@ -33,6 +33,11 @@ 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(). */