src/share/vm/gc_implementation/shared/hSpaceCounters.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File
*** old/src/share/vm/gc_implementation/shared/hSpaceCounters.hpp	Fri Sep  6 04:42:55 2013
--- new/src/share/vm/gc_implementation/shared/hSpaceCounters.hpp	Fri Sep  6 04:42:54 2013

*** 24,38 **** --- 24,36 ---- #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_HSPACECOUNTERS_HPP #define SHARE_VM_GC_IMPLEMENTATION_SHARED_HSPACECOUNTERS_HPP #include "utilities/macros.hpp" #if INCLUDE_ALL_GCS #include "gc_implementation/shared/generationCounters.hpp" #include "memory/generation.hpp" #include "runtime/perfData.hpp" #endif // INCLUDE_ALL_GCS // A HSpaceCounter is a holder class for performance counters // that track a collections (logical spaces) in a heap; class HeapSpaceUsedHelper;

src/share/vm/gc_implementation/shared/hSpaceCounters.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File