< prev index next >

src/share/vm/gc/shared/generationCounters.hpp

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

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_GENERATIONCOUNTERS_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_SHARED_GENERATIONCOUNTERS_HPP #include "memory/virtualspace.hpp" #include "runtime/perfData.hpp" // A GenerationCounter is a holder class for performance counters --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_SHARED_GENERATIONCOUNTERS_HPP ! #define SHARE_VM_GC_SHARED_GENERATIONCOUNTERS_HPP #include "memory/virtualspace.hpp" #include "runtime/perfData.hpp" // A GenerationCounter is a holder class for performance counters
*** 75,80 **** virtual void update_all(); const char* name_space() const { return _name_space; } }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_GENERATIONCOUNTERS_HPP --- 75,80 ---- virtual void update_all(); const char* name_space() const { return _name_space; } }; ! #endif // SHARE_VM_GC_SHARED_GENERATIONCOUNTERS_HPP
< prev index next >