< prev index next >

src/hotspot/share/gc/shared/collectedHeap.hpp

Print this page

        

*** 78,91 **** } }; // // CollectedHeap // SerialHeap // G1CollectedHeap // ParallelScavengeHeap - // CMSHeap // class CollectedHeap : public CHeapObj<mtInternal> { friend class VMStructs; friend class JVMCIVMStructs; friend class IsGCActiveMark; // Block structured external access to _is_gc_active --- 78,92 ---- } }; // // CollectedHeap + // GenCollectedHeap // SerialHeap + // CMSHeap // G1CollectedHeap // ParallelScavengeHeap // class CollectedHeap : public CHeapObj<mtInternal> { friend class VMStructs; friend class JVMCIVMStructs; friend class IsGCActiveMark; // Block structured external access to _is_gc_active
< prev index next >