src/hotspot/share/opto/parse1.cpp
changeset 49449 ef5d5d343e2a
parent 48002 0c88cd009b5f
child 50623 5209d8a6303e
equal deleted inserted replaced
49448:b91b558a9076 49449:ef5d5d343e2a
    37 #include "opto/parse.hpp"
    37 #include "opto/parse.hpp"
    38 #include "opto/rootnode.hpp"
    38 #include "opto/rootnode.hpp"
    39 #include "opto/runtime.hpp"
    39 #include "opto/runtime.hpp"
    40 #include "runtime/arguments.hpp"
    40 #include "runtime/arguments.hpp"
    41 #include "runtime/handles.inline.hpp"
    41 #include "runtime/handles.inline.hpp"
       
    42 #include "runtime/safepointMechanism.hpp"
    42 #include "runtime/sharedRuntime.hpp"
    43 #include "runtime/sharedRuntime.hpp"
    43 #include "utilities/copy.hpp"
    44 #include "utilities/copy.hpp"
    44 
    45 
    45 // Static array so we can figure out which bytecodes stop us from compiling
    46 // Static array so we can figure out which bytecodes stop us from compiling
    46 // the most. Some of the non-static variables are needed in bytecodeInfo.cpp
    47 // the most. Some of the non-static variables are needed in bytecodeInfo.cpp