src/share/vm/gc_implementation/g1/concurrentG1Refine.cpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "incls/_precompiled.incl" ! #include "incls/_concurrentG1Refine.cpp.incl" // Possible sizes for the card counts cache: odd primes that roughly double in size. // (See jvmtiTagMap.cpp). int ConcurrentG1Refine::_cc_cache_sizes[] = { 16381, 32771, 76831, 150001, 307261, --- 20,39 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #include "precompiled.hpp" ! #include "gc_implementation/g1/concurrentG1Refine.hpp" ! #include "gc_implementation/g1/concurrentG1RefineThread.hpp" ! #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" ! #include "gc_implementation/g1/g1CollectorPolicy.hpp" ! #include "gc_implementation/g1/g1RemSet.hpp" ! #include "gc_implementation/g1/heapRegionSeq.inline.hpp" ! #include "memory/space.inline.hpp" ! #include "runtime/atomic.hpp" ! #include "utilities/copy.hpp" // Possible sizes for the card counts cache: odd primes that roughly double in size. // (See jvmtiTagMap.cpp). int ConcurrentG1Refine::_cc_cache_sizes[] = { 16381, 32771, 76831, 150001, 307261,