< prev index next >

src/share/vm/gc_interface/collectedHeap.hpp

Print this page
rev 10781 : [backport] Fix various formattings and namings in shared GC code

*** 77,88 **** // // CollectedHeap // SharedHeap // GenCollectedHeap // G1CollectedHeap - // ShenandoahHeap // ParallelScavengeHeap // class CollectedHeap : public CHeapObj<mtInternal> { friend class VMStructs; friend class IsGCActiveMark; // Block structured external access to _is_gc_active --- 77,88 ---- // // CollectedHeap // SharedHeap // GenCollectedHeap // G1CollectedHeap // ParallelScavengeHeap + // ShenandoahHeap // class CollectedHeap : public CHeapObj<mtInternal> { friend class VMStructs; friend class IsGCActiveMark; // Block structured external access to _is_gc_active
< prev index next >