equal
deleted
inserted
replaced
25 #include "precompiled.hpp" |
25 #include "precompiled.hpp" |
26 #include "gc_implementation/g1/g1SATBCardTableModRefBS.hpp" |
26 #include "gc_implementation/g1/g1SATBCardTableModRefBS.hpp" |
27 #include "gc_implementation/g1/heapRegion.hpp" |
27 #include "gc_implementation/g1/heapRegion.hpp" |
28 #include "gc_implementation/g1/satbQueue.hpp" |
28 #include "gc_implementation/g1/satbQueue.hpp" |
29 #include "runtime/mutexLocker.hpp" |
29 #include "runtime/mutexLocker.hpp" |
|
30 #include "runtime/orderAccess.inline.hpp" |
30 #include "runtime/thread.inline.hpp" |
31 #include "runtime/thread.inline.hpp" |
31 |
32 |
32 G1SATBCardTableModRefBS::G1SATBCardTableModRefBS(MemRegion whole_heap, |
33 G1SATBCardTableModRefBS::G1SATBCardTableModRefBS(MemRegion whole_heap, |
33 int max_covered_regions) : |
34 int max_covered_regions) : |
34 CardTableModRefBSForCTRS(whole_heap, max_covered_regions) |
35 CardTableModRefBSForCTRS(whole_heap, max_covered_regions) |