hotspot/src/share/vm/jvmci/jvmciCompiler.cpp
changeset 42040 70ec5a09a0d5
parent 41322 d91c045cdfe4
child 46271 979ebd346ecf
equal deleted inserted replaced
42039:db627462f2c9 42040:70ec5a09a0d5
    35 #include "runtime/globals_extension.hpp"
    35 #include "runtime/globals_extension.hpp"
    36 
    36 
    37 JVMCICompiler* JVMCICompiler::_instance = NULL;
    37 JVMCICompiler* JVMCICompiler::_instance = NULL;
    38 elapsedTimer JVMCICompiler::_codeInstallTimer;
    38 elapsedTimer JVMCICompiler::_codeInstallTimer;
    39 
    39 
    40 JVMCICompiler::JVMCICompiler() : AbstractCompiler(jvmci) {
    40 JVMCICompiler::JVMCICompiler() : AbstractCompiler(compiler_jvmci) {
    41   _bootstrapping = false;
    41   _bootstrapping = false;
    42   _bootstrap_compilation_request_handled = false;
    42   _bootstrap_compilation_request_handled = false;
    43   _methods_compiled = 0;
    43   _methods_compiled = 0;
    44   assert(_instance == NULL, "only one instance allowed");
    44   assert(_instance == NULL, "only one instance allowed");
    45   _instance = this;
    45   _instance = this;