comparison src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.hpp @ 8001:db9981fd3124

8005915: Unify SERIALGC and INCLUDE_ALTERNATE_GCS Summary: Rename INCLUDE_ALTERNATE_GCS to INCLUDE_ALL_GCS and replace SERIALGC with INCLUDE_ALL_GCS. Reviewed-by: coleenp, stefank
author jprovino
date Wed, 23 Jan 2013 13:02:39 -0500
parents 92add02409c9
children d55c004e1d4d
comparison
equal deleted inserted replaced
7619:46e60405583b 8001:db9981fd3124
26 #define SHARE_VM_GC_IMPLEMENTATION_G1_G1SATBCARDTABLEMODREFBS_HPP 26 #define SHARE_VM_GC_IMPLEMENTATION_G1_G1SATBCARDTABLEMODREFBS_HPP
27 27
28 #include "memory/cardTableModRefBS.hpp" 28 #include "memory/cardTableModRefBS.hpp"
29 #include "memory/memRegion.hpp" 29 #include "memory/memRegion.hpp"
30 #include "oops/oop.inline.hpp" 30 #include "oops/oop.inline.hpp"
31 #include "utilities/macros.hpp"
31 32
32 #ifndef SERIALGC 33 #if INCLUDE_ALL_GCS
33 34
34 class DirtyCardQueueSet; 35 class DirtyCardQueueSet;
35 36
36 // This barrier is specialized to use a logging barrier to support 37 // This barrier is specialized to use a logging barrier to support
37 // snapshot-at-the-beginning marking. 38 // snapshot-at-the-beginning marking.
118 119
119 120
120 }; 121 };
121 122
122 123
123 #endif // SERIALGC 124 #endif // INCLUDE_ALL_GCS
124 125
125 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1SATBCARDTABLEMODREFBS_HPP 126 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1SATBCARDTABLEMODREFBS_HPP