< prev index next >

src/share/vm/gc/serial/cSpaceCounters.hpp

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

*** 20,34 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_CSPACECOUNTERS_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_SHARED_CSPACECOUNTERS_HPP ! #include "gc_implementation/shared/generationCounters.hpp" ! #include "memory/space.hpp" #include "runtime/perfData.hpp" // A CSpaceCounters is a holder class for performance counters // that track a space; --- 20,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_SERIAL_CSPACECOUNTERS_HPP ! #define SHARE_VM_GC_SERIAL_CSPACECOUNTERS_HPP ! #include "gc/shared/generationCounters.hpp" ! #include "gc/shared/space.hpp" #include "runtime/perfData.hpp" // A CSpaceCounters is a holder class for performance counters // that track a space;
*** 71,76 **** ContiguousSpaceUsedHelper(ContiguousSpace* space) : _space(space) { } jlong take_sample(); }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_CSPACECOUNTERS_HPP --- 71,76 ---- ContiguousSpaceUsedHelper(ContiguousSpace* space) : _space(space) { } jlong take_sample(); }; ! #endif // SHARE_VM_GC_SERIAL_CSPACECOUNTERS_HPP
< prev index next >