src/hotspot/cpu/zero/assembler_zero.cpp
changeset 49982 9042ffe5b7fe
parent 49734 f946776e9354
child 51633 21154cb84d2a
equal deleted inserted replaced
49981:bd0a95bec96b 49982:9042ffe5b7fe
    35 #include "runtime/objectMonitor.hpp"
    35 #include "runtime/objectMonitor.hpp"
    36 #include "runtime/os.hpp"
    36 #include "runtime/os.hpp"
    37 #include "runtime/sharedRuntime.hpp"
    37 #include "runtime/sharedRuntime.hpp"
    38 #include "runtime/stubRoutines.hpp"
    38 #include "runtime/stubRoutines.hpp"
    39 #include "utilities/macros.hpp"
    39 #include "utilities/macros.hpp"
    40 #if INCLUDE_ALL_GCS
       
    41 #include "gc/g1/g1BarrierSet.hpp"
       
    42 #include "gc/g1/heapRegion.hpp"
       
    43 #endif // INCLUDE_ALL_GCS
       
    44 
    40 
    45 int AbstractAssembler::code_fill_byte() {
    41 int AbstractAssembler::code_fill_byte() {
    46   return 0;
    42   return 0;
    47 }
    43 }
    48 
    44