src/hotspot/share/jvmci/jvmciCodeInstaller.cpp
changeset 49041 44122f767467
parent 49036 bc92debe57e4
child 49192 6734eeef4283
equal deleted inserted replaced
49040:079d100b3d0e 49041:44122f767467
     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/jvmciCodeInstaller.hpp"
    33 #include "jvmci/jvmciCodeInstaller.hpp"
    34 #include "jvmci/jvmciJavaClasses.hpp"
    34 #include "jvmci/jvmciJavaClasses.hpp"
    35 #include "jvmci/jvmciCompilerToVM.hpp"
    35 #include "jvmci/jvmciCompilerToVM.hpp"
    36 #include "jvmci/jvmciRuntime.hpp"
    36 #include "jvmci/jvmciRuntime.hpp"
       
    37 #include "oops/arrayOop.inline.hpp"
    37 #include "oops/oop.inline.hpp"
    38 #include "oops/oop.inline.hpp"
    38 #include "oops/objArrayOop.inline.hpp"
    39 #include "oops/objArrayOop.inline.hpp"
    39 #include "oops/typeArrayOop.inline.hpp"
    40 #include "oops/typeArrayOop.inline.hpp"
    40 #include "runtime/javaCalls.hpp"
    41 #include "runtime/javaCalls.hpp"
    41 #include "runtime/safepointMechanism.inline.hpp"
    42 #include "runtime/safepointMechanism.inline.hpp"