hotspot/src/share/vm/code/nmethod.cpp
changeset 7397 5b173b4ca846
parent 6771 3f9a5f169070
child 7707 b4ff9fc6d954
child 7444 be338e543a57
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/_nmethod.cpp.incl"
    26 #include "code/codeCache.hpp"
       
    27 #include "code/compiledIC.hpp"
       
    28 #include "code/nmethod.hpp"
       
    29 #include "code/scopeDesc.hpp"
       
    30 #include "compiler/abstractCompiler.hpp"
       
    31 #include "compiler/compileLog.hpp"
       
    32 #include "compiler/compilerOracle.hpp"
       
    33 #include "compiler/disassembler.hpp"
       
    34 #include "interpreter/bytecode.hpp"
       
    35 #include "oops/methodDataOop.hpp"
       
    36 #include "prims/jvmtiRedefineClassesTrace.hpp"
       
    37 #include "runtime/sharedRuntime.hpp"
       
    38 #include "runtime/sweeper.hpp"
       
    39 #include "utilities/dtrace.hpp"
       
    40 #include "utilities/events.hpp"
       
    41 #include "utilities/xmlstream.hpp"
       
    42 #ifdef SHARK
       
    43 #include "shark/sharkCompiler.hpp"
       
    44 #endif
    27 
    45 
    28 #ifdef DTRACE_ENABLED
    46 #ifdef DTRACE_ENABLED
    29 
    47 
    30 // Only bother with this argument setup if dtrace is available
    48 // Only bother with this argument setup if dtrace is available
    31 
    49