src/share/vm/gc_implementation/g1/sparsePRT.hpp

Print this page
rev 6166 : 8038498: Fix includes and C inlining after 8035330

*** 23,33 **** */ #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_SPARSEPRT_HPP #define SHARE_VM_GC_IMPLEMENTATION_G1_SPARSEPRT_HPP ! #include "gc_implementation/g1/g1CollectedHeap.inline.hpp" #include "gc_implementation/g1/heapRegion.hpp" #include "memory/allocation.hpp" #include "memory/cardTableModRefBS.hpp" #include "runtime/mutex.hpp" #include "utilities/globalDefinitions.hpp" --- 23,33 ---- */ #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_SPARSEPRT_HPP #define SHARE_VM_GC_IMPLEMENTATION_G1_SPARSEPRT_HPP ! #include "gc_implementation/g1/g1CollectedHeap.hpp" #include "gc_implementation/g1/heapRegion.hpp" #include "memory/allocation.hpp" #include "memory/cardTableModRefBS.hpp" #include "runtime/mutex.hpp" #include "utilities/globalDefinitions.hpp"