< prev index next >

src/hotspot/share/gc/g1/g1GC.hpp

Print this page

        

@@ -20,17 +20,17 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_G1_G1_GC_HPP
-#define SHARE_VM_GC_G1_G1_GC_HPP
+#ifndef SHARE_GC_G1_G1GC_HPP
+#define SHARE_GC_G1_G1GC_HPP
 
 #include "gc/shared/gc.hpp"
 
 class G1GC : public GC {
 public:
   virtual void initialize_flags();
   virtual size_t conservative_max_heap_alignment();
 };
 
-#endif // SHARE_VM_GC_G1_G1_GC_HPP
+#endif // SHARE_GC_G1_G1GC_HPP
< prev index next >