< prev index next >

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

Print this page

        

@@ -20,12 +20,12 @@
  * 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
+#ifndef SHARE_GC_CMS_CMSGC_HPP
+#define SHARE_GC_CMS_CMSGC_HPP
 
 #include "gc/shared/gc.hpp"
 
 class CMSGC : public GC {
 private:

@@ -34,6 +34,6 @@
 public:
   virtual void initialize_flags();
   virtual size_t conservative_max_heap_alignment();
 };
 
-#endif // SHARE_VM_GC_CMS_CMS_GC_HPP
+#endif // SHARE_GC_CMS_CMSGC_HPP
< prev index next >