hotspot/src/share/vm/gc_implementation/g1/g1HotCardCache.cpp
changeset 25351 7c198a690050
parent 23858 dae377f5a7c7
child 26160 aba6b01cb988
equal deleted inserted replaced
25350:6423a57e5451 25351:7c198a690050
    26 #include "gc_implementation/g1/dirtyCardQueue.hpp"
    26 #include "gc_implementation/g1/dirtyCardQueue.hpp"
    27 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
    27 #include "gc_implementation/g1/g1CollectedHeap.inline.hpp"
    28 #include "gc_implementation/g1/g1HotCardCache.hpp"
    28 #include "gc_implementation/g1/g1HotCardCache.hpp"
    29 #include "gc_implementation/g1/g1RemSet.hpp"
    29 #include "gc_implementation/g1/g1RemSet.hpp"
    30 #include "gc_implementation/g1/heapRegion.hpp"
    30 #include "gc_implementation/g1/heapRegion.hpp"
    31 #include "runtime/atomic.hpp"
    31 #include "runtime/atomic.inline.hpp"
    32 
    32 
    33 G1HotCardCache::G1HotCardCache(G1CollectedHeap *g1h):
    33 G1HotCardCache::G1HotCardCache(G1CollectedHeap *g1h):
    34   _g1h(g1h), _hot_cache(NULL), _use_cache(false), _card_counts(g1h) {}
    34   _g1h(g1h), _hot_cache(NULL), _use_cache(false), _card_counts(g1h) {}
    35 
    35 
    36 void G1HotCardCache::initialize() {
    36 void G1HotCardCache::initialize() {