comparison src/share/vm/gc_implementation/g1/g1SATBCardTableModRefBS.cpp @ 20197:ce8f6bb717c9

8042195: Introduce umbrella header orderAccess.inline.hpp. Reviewed-by: dholmes, kvn, stefank, twisti
author goetz
date Tue, 29 Apr 2014 15:17:27 +0200
parents 6a0ad2977919
children e5035defa3c4
comparison
equal deleted inserted replaced
20196:c8dd4f65cc76 20197:ce8f6bb717c9
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)