src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp

Print this page
rev 6626 : imported patch 8035400-move-g1parscanthreadstate-into-own-files

*** 26,35 **** --- 26,36 ---- #define SHARE_VM_GC_IMPLEMENTATION_G1_G1OOPCLOSURES_INLINE_HPP #include "gc_implementation/g1/concurrentMark.inline.hpp" #include "gc_implementation/g1/g1CollectedHeap.hpp" #include "gc_implementation/g1/g1OopClosures.hpp" + #include "gc_implementation/g1/g1ParScanThreadState.inline.hpp" #include "gc_implementation/g1/g1RemSet.hpp" #include "gc_implementation/g1/g1RemSet.inline.hpp" #include "gc_implementation/g1/heapRegionRemSet.hpp" #include "runtime/prefetch.inline.hpp"