< prev index next >

src/hotspot/share/gc/cms/cmsGC.hpp

Print this page

        

*** 20,31 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_CMS_CMS_GC_HPP ! #define SHARE_VM_GC_CMS_CMS_GC_HPP #include "gc/shared/gc.hpp" class CMSGC : public GC { private: --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_GC_CMS_CMSGC_HPP ! #define SHARE_GC_CMS_CMSGC_HPP #include "gc/shared/gc.hpp" class CMSGC : public GC { private:
*** 34,39 **** public: virtual void initialize_flags(); virtual size_t conservative_max_heap_alignment(); }; ! #endif // SHARE_VM_GC_CMS_CMS_GC_HPP --- 34,39 ---- public: virtual void initialize_flags(); virtual size_t conservative_max_heap_alignment(); }; ! #endif // SHARE_GC_CMS_CMSGC_HPP
< prev index next >