< prev index next >

src/share/vm/gc/g1/hSpaceCounters.hpp

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

*** 1,7 **** /* ! * Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. --- 1,7 ---- /* ! * Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation.
*** 20,36 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_HSPACECOUNTERS_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_SHARED_HSPACECOUNTERS_HPP ! #include "utilities/macros.hpp" ! #include "gc_implementation/shared/generationCounters.hpp" ! #include "memory/generation.hpp" #include "runtime/perfData.hpp" // A HSpaceCounter is a holder class for performance counters // that track a collections (logical spaces) in a heap; class HeapSpaceUsedHelper; --- 20,36 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_HSPACECOUNTERS_HPP ! #define SHARE_VM_GC_G1_HSPACECOUNTERS_HPP ! #include "gc/shared/generation.hpp" ! #include "gc/shared/generationCounters.hpp" #include "runtime/perfData.hpp" + #include "utilities/macros.hpp" // A HSpaceCounter is a holder class for performance counters // that track a collections (logical spaces) in a heap; class HeapSpaceUsedHelper;
*** 81,86 **** update_used(used); } const char* name_space() const { return _name_space; } }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_HSPACECOUNTERS_HPP --- 81,86 ---- update_used(used); } const char* name_space() const { return _name_space; } }; ! #endif // SHARE_VM_GC_G1_HSPACECOUNTERS_HPP
< prev index next >