src/hotspot/share/jvmci/jvmciCompiler.cpp
changeset 49480 d7df2dd501ce
parent 47765 b7c7428eaab9
child 50858 2d3e99a72541
equal deleted inserted replaced
49479:5865398439d4 49480:d7df2dd501ce
     1 /*
     1 /*
     2  * Copyright (c) 2011, 2017, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2011, 2018, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.
     7  * published by the Free Software Foundation.
    32 #include "jvmci/jvmciCompiler.hpp"
    32 #include "jvmci/jvmciCompiler.hpp"
    33 #include "jvmci/jvmciEnv.hpp"
    33 #include "jvmci/jvmciEnv.hpp"
    34 #include "jvmci/jvmciRuntime.hpp"
    34 #include "jvmci/jvmciRuntime.hpp"
    35 #include "runtime/compilationPolicy.hpp"
    35 #include "runtime/compilationPolicy.hpp"
    36 #include "runtime/globals_extension.hpp"
    36 #include "runtime/globals_extension.hpp"
       
    37 #include "runtime/handles.inline.hpp"
    37 
    38 
    38 JVMCICompiler* JVMCICompiler::_instance = NULL;
    39 JVMCICompiler* JVMCICompiler::_instance = NULL;
    39 elapsedTimer JVMCICompiler::_codeInstallTimer;
    40 elapsedTimer JVMCICompiler::_codeInstallTimer;
    40 
    41 
    41 JVMCICompiler::JVMCICompiler() : AbstractCompiler(compiler_jvmci) {
    42 JVMCICompiler::JVMCICompiler() : AbstractCompiler(compiler_jvmci) {