src/hotspot/cpu/arm/assembler_arm.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 int AbstractAssembler::code_fill_byte() {
    46 int AbstractAssembler::code_fill_byte() {
    51   return 0xff; // illegal instruction 0xffffffff
    47   return 0xff; // illegal instruction 0xffffffff
    52 }
    48 }
    53 
    49