src/cpu/x86/vm/assembler_x86.cpp

changeset 4542
db9981fd3124
parent 4413
038dd2875b94
child 4543
8391fdd36e1f
     1.1 --- a/src/cpu/x86/vm/assembler_x86.cpp	Fri Jan 18 05:33:32 2013 -0800
     1.2 +++ b/src/cpu/x86/vm/assembler_x86.cpp	Wed Jan 23 13:02:39 2013 -0500
     1.3 @@ -36,11 +36,12 @@
     1.4  #include "runtime/os.hpp"
     1.5  #include "runtime/sharedRuntime.hpp"
     1.6  #include "runtime/stubRoutines.hpp"
     1.7 -#ifndef SERIALGC
     1.8 +#include "utilities/macros.hpp"
     1.9 +#if INCLUDE_ALL_GCS
    1.10  #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
    1.11  #include "gc_implementation/g1/g1SATBCardTableModRefBS.hpp"
    1.12  #include "gc_implementation/g1/heapRegion.hpp"
    1.13 -#endif
    1.14 +#endif // INCLUDE_ALL_GCS
    1.15  
    1.16  #ifdef PRODUCT
    1.17  #define BLOCK_COMMENT(str) /* nothing */

mercurial