hotspot/src/cpu/x86/vm/assembler_x86.cpp
changeset 15482 470d0b0c09f1
parent 15117 625397df6f4f
child 15483 113ca9e9c1bb
equal deleted inserted replaced
15224:0f9e3436040d 15482:470d0b0c09f1
    34 #include "runtime/interfaceSupport.hpp"
    34 #include "runtime/interfaceSupport.hpp"
    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 #ifndef SERIALGC
    39 #include "utilities/macros.hpp"
       
    40 #if INCLUDE_ALL_GCS
    40 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
    41 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
    41 #include "gc_implementation/g1/g1SATBCardTableModRefBS.hpp"
    42 #include "gc_implementation/g1/g1SATBCardTableModRefBS.hpp"
    42 #include "gc_implementation/g1/heapRegion.hpp"
    43 #include "gc_implementation/g1/heapRegion.hpp"
    43 #endif
    44 #endif // INCLUDE_ALL_GCS
    44 
    45 
    45 #ifdef PRODUCT
    46 #ifdef PRODUCT
    46 #define BLOCK_COMMENT(str) /* nothing */
    47 #define BLOCK_COMMENT(str) /* nothing */
    47 #define STOP(error) stop(error)
    48 #define STOP(error) stop(error)
    48 #else
    49 #else