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

src/share/vm/gc_implementation/shared/hSpaceCounters.hpp

Print this page

        

*** 24,38 **** #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; --- 24,36 ----
src/share/vm/gc_implementation/shared/hSpaceCounters.hpp
Index Unified diffs Context diffs Sdiffs Wdiffs Patch New Old Previous File Next File