hotspot/src/cpu/arm/vm/sharedRuntime_arm.cpp
changeset 46625 edefffab74e2
parent 46620 750c6edff33b
child 46727 6e4a84748e2c
equal deleted inserted replaced
46622:910fc72c03e8 46625:edefffab74e2
    32 #include "logging/log.hpp"
    32 #include "logging/log.hpp"
    33 #include "memory/resourceArea.hpp"
    33 #include "memory/resourceArea.hpp"
    34 #include "oops/compiledICHolder.hpp"
    34 #include "oops/compiledICHolder.hpp"
    35 #include "runtime/sharedRuntime.hpp"
    35 #include "runtime/sharedRuntime.hpp"
    36 #include "runtime/vframeArray.hpp"
    36 #include "runtime/vframeArray.hpp"
       
    37 #include "utilities/align.hpp"
    37 #include "vmreg_arm.inline.hpp"
    38 #include "vmreg_arm.inline.hpp"
    38 #ifdef COMPILER1
    39 #ifdef COMPILER1
    39 #include "c1/c1_Runtime1.hpp"
    40 #include "c1/c1_Runtime1.hpp"
    40 #endif
    41 #endif
    41 #ifdef COMPILER2
    42 #ifdef COMPILER2