Up Top

ソースコードのディレクトリ構成 : hotspot/src/share/gc_implementation/ 以下 : shared/


File Name Description
hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.cpp AdaptiveSizePolicy クラス関連のクラスの定義 (AdaptiveSizePolicy, AdaptiveSizePolicyOutput)
hotspot/src/share/vm/gc_implementation/shared/adaptiveSizePolicy.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/ageTable.cpp ageTable クラスの定義 (ageTable)
hotspot/src/share/vm/gc_implementation/shared/ageTable.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/allocationStats.cpp AllocationStats クラスの定義 (AllocationStats)
hotspot/src/share/vm/gc_implementation/shared/allocationStats.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/cSpaceCounters.cpp CSpaceCounters 及びその補助クラスの定義 (CSpaceCounters, ContiguousSpaceUsedHelper)
hotspot/src/share/vm/gc_implementation/shared/cSpaceCounters.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/collectorCounters.cpp CollectorCounters クラス関連のクラスの定義 (CollectorCounters, TraceCollectorStats)
hotspot/src/share/vm/gc_implementation/shared/collectorCounters.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.cpp ConcurrentGCThread クラス関連のクラスの定義 (SuspendibleThreadSet, ConcurrentGCThread, SurrogateLockerThread)
hotspot/src/share/vm/gc_implementation/shared/concurrentGCThread.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/gSpaceCounters.cpp GSpaceCounters 及びその補助クラス (GSpaceCounters, GenerationUsedHelper)
hotspot/src/share/vm/gc_implementation/shared/gSpaceCounters.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/gcAdaptivePolicyCounters.cpp GCAdaptivePolicyCounters クラスの定義 (GCAdaptivePolicyCounters)
hotspot/src/share/vm/gc_implementation/shared/gcAdaptivePolicyCounters.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/gcPolicyCounters.cpp GCPolicyCounters クラスの定義 (GCPolicyCounters)
hotspot/src/share/vm/gc_implementation/shared/gcPolicyCounters.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/gcStats.cpp GCStats クラス関連のクラスの定義 (GCStats, CMSGCStats)
hotspot/src/share/vm/gc_implementation/shared/gcStats.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/gcUtil.cpp GC に関係した諸々のユーティリティ・クラスの定義 (AdaptiveWeightedAverage, AdaptivePaddedAverage, AdaptivePaddedNoZeroDevAverage, LinearLeastSquareFit, GCPauseTimer)
hotspot/src/share/vm/gc_implementation/shared/gcUtil.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/generationCounters.cpp GenerationCounters クラスの定義 (GenerationCounters)
hotspot/src/share/vm/gc_implementation/shared/generationCounters.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/hSpaceCounters.cpp HSpaceCounters クラスの定義 (HSpaceCounters)
hotspot/src/share/vm/gc_implementation/shared/hSpaceCounters.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/immutableSpace.cpp ImmutableSpace クラスの定義 (ImmutableSpace)
hotspot/src/share/vm/gc_implementation/shared/immutableSpace.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/isGCActiveMark.hpp IsGCActiveMark クラスの定義 (IsGCActiveMark)
hotspot/src/share/vm/gc_implementation/shared/liveRange.hpp LiveRange クラスの定義 (LiveRange)
hotspot/src/share/vm/gc_implementation/shared/markSweep.cpp MarkSweep クラス関連のクラスの定義 (MarkSweep, MarkSweep::FollowRootClosure, MarkSweep::MarkAndPushClosure, MarkSweep::FollowStackClosure, MarkSweep::AdjustPointerClosure, MarkSweep::IsAliveClosure, MarkSweep::KeepAliveClosure, PreservedMark, 及びそれらの補助クラス(AdjusterTracker))
hotspot/src/share/vm/gc_implementation/shared/markSweep.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/markSweep.inline.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.cpp MutableNUMASpace およびその補助クラスの定義 (MutableNUMASpace, MutableNUMASpace::LGRPSpace)
hotspot/src/share/vm/gc_implementation/shared/mutableNUMASpace.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/mutableSpace.cpp MutableSpace クラスの定義 (MutableSpace)
hotspot/src/share/vm/gc_implementation/shared/mutableSpace.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/spaceCounters.cpp SpaceCounters 及びその補助クラスの定義 (SpaceCounters, MutableSpaceUsedHelper)
hotspot/src/share/vm/gc_implementation/shared/spaceCounters.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/spaceDecorator.cpp SpaceDecorator 及び SpaceMangler クラス関連のクラスの定義 (SpaceDecorator, SpaceMangler, GenSpaceMangler, MutableSpaceMangler)
hotspot/src/share/vm/gc_implementation/shared/spaceDecorator.hpp 同上
hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.cpp VM_GC_Operation クラス関連のクラスの定義 (VM_GC_Operation, VM_GC_HeapInspection, VM_GenCollectForAllocation, VM_GenCollectFull, VM_GenCollectForPermanentAllocation, SvcGCMarker)
hotspot/src/share/vm/gc_implementation/shared/vmGCOperations.hpp 同上

This document is available under the GNU GENERAL PUBLIC LICENSE Version 2.