hotspot/src/share/vm/compiler/compileBroker.cpp
changeset 7397 5b173b4ca846
parent 7395 08bfc4ce3045
child 8076 96d498ec7ae1
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
    24 
    24 
    25 #include "incls/_precompiled.incl"
    25 #include "precompiled.hpp"
    26 #include "incls/_compileBroker.cpp.incl"
    26 #include "classfile/systemDictionary.hpp"
       
    27 #include "classfile/vmSymbols.hpp"
       
    28 #include "code/codeCache.hpp"
       
    29 #include "compiler/compileBroker.hpp"
       
    30 #include "compiler/compileLog.hpp"
       
    31 #include "compiler/compilerOracle.hpp"
       
    32 #include "interpreter/linkResolver.hpp"
       
    33 #include "memory/allocation.inline.hpp"
       
    34 #include "oops/methodDataOop.hpp"
       
    35 #include "oops/methodOop.hpp"
       
    36 #include "oops/oop.inline.hpp"
       
    37 #include "prims/nativeLookup.hpp"
       
    38 #include "runtime/arguments.hpp"
       
    39 #include "runtime/compilationPolicy.hpp"
       
    40 #include "runtime/init.hpp"
       
    41 #include "runtime/interfaceSupport.hpp"
       
    42 #include "runtime/javaCalls.hpp"
       
    43 #include "runtime/os.hpp"
       
    44 #include "runtime/sharedRuntime.hpp"
       
    45 #include "runtime/sweeper.hpp"
       
    46 #include "utilities/dtrace.hpp"
       
    47 #ifdef COMPILER1
       
    48 #include "c1/c1_Compiler.hpp"
       
    49 #endif
       
    50 #ifdef COMPILER2
       
    51 #include "opto/c2compiler.hpp"
       
    52 #endif
       
    53 #ifdef SHARK
       
    54 #include "shark/sharkCompiler.hpp"
       
    55 #endif
    27 
    56 
    28 #ifdef DTRACE_ENABLED
    57 #ifdef DTRACE_ENABLED
    29 
    58 
    30 // Only bother with this argument setup if dtrace is available
    59 // Only bother with this argument setup if dtrace is available
    31 
    60