src/hotspot/cpu/aarch64/macroAssembler_aarch64.cpp
changeset 49982 9042ffe5b7fe
parent 49959 313dd42409d6
child 50110 3d98842c8677
equal deleted inserted replaced
49981:bd0a95bec96b 49982:9042ffe5b7fe
    47 #include "runtime/icache.hpp"
    47 #include "runtime/icache.hpp"
    48 #include "runtime/interfaceSupport.inline.hpp"
    48 #include "runtime/interfaceSupport.inline.hpp"
    49 #include "runtime/jniHandles.inline.hpp"
    49 #include "runtime/jniHandles.inline.hpp"
    50 #include "runtime/sharedRuntime.hpp"
    50 #include "runtime/sharedRuntime.hpp"
    51 #include "runtime/thread.hpp"
    51 #include "runtime/thread.hpp"
    52 #if INCLUDE_ALL_GCS
       
    53 #include "gc/g1/g1BarrierSet.hpp"
       
    54 #include "gc/g1/g1CardTable.hpp"
       
    55 #include "gc/g1/heapRegion.hpp"
       
    56 #endif
       
    57 
    52 
    58 #ifdef PRODUCT
    53 #ifdef PRODUCT
    59 #define BLOCK_COMMENT(str) /* nothing */
    54 #define BLOCK_COMMENT(str) /* nothing */
    60 #define STOP(error) stop(error)
    55 #define STOP(error) stop(error)
    61 #else
    56 #else