src/hotspot/cpu/arm/assembler_arm_32.cpp
changeset 49982 9042ffe5b7fe
parent 49734 f946776e9354
equal deleted inserted replaced
49981:bd0a95bec96b 49982:9042ffe5b7fe
    40 #include "runtime/os.hpp"
    40 #include "runtime/os.hpp"
    41 #include "runtime/sharedRuntime.hpp"
    41 #include "runtime/sharedRuntime.hpp"
    42 #include "runtime/stubRoutines.hpp"
    42 #include "runtime/stubRoutines.hpp"
    43 #include "utilities/hashtable.hpp"
    43 #include "utilities/hashtable.hpp"
    44 #include "utilities/macros.hpp"
    44 #include "utilities/macros.hpp"
    45 #if INCLUDE_ALL_GCS
       
    46 #include "gc/g1/g1BarrierSet.hpp"
       
    47 #include "gc/g1/heapRegion.hpp"
       
    48 #endif // INCLUDE_ALL_GCS
       
    49 
    45 
    50 #ifdef COMPILER2
    46 #ifdef COMPILER2
    51 // Convert the raw encoding form into the form expected by the
    47 // Convert the raw encoding form into the form expected by the
    52 // constructor for Address.
    48 // constructor for Address.
    53 Address Address::make_raw(int base, int index, int scale, int disp, relocInfo::relocType disp_reloc) {
    49 Address Address::make_raw(int base, int index, int scale, int disp, relocInfo::relocType disp_reloc) {