src/hotspot/share/opto/parse1.cpp
changeset 58961 5d462d4b7a8b
parent 58004 dee322336e17
equal deleted inserted replaced
58960:f79a8217d4c9 58961:5d462d4b7a8b
    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/safepointMechanism.hpp"
    43 #include "runtime/sharedRuntime.hpp"
    43 #include "runtime/sharedRuntime.hpp"
       
    44 #include "utilities/bitMap.inline.hpp"
    44 #include "utilities/copy.hpp"
    45 #include "utilities/copy.hpp"
    45 
    46 
    46 // Static array so we can figure out which bytecodes stop us from compiling
    47 // Static array so we can figure out which bytecodes stop us from compiling
    47 // the most. Some of the non-static variables are needed in bytecodeInfo.cpp
    48 // the most. Some of the non-static variables are needed in bytecodeInfo.cpp
    48 // and eventually should be encapsulated in a proper class (gri 8/18/98).
    49 // and eventually should be encapsulated in a proper class (gri 8/18/98).