< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

@@ -20,12 +20,12 @@
  * or visit www.oracle.com if you need additional information or have any
  * questions.
  *
  */
 
-#ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_GCUTIL_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_SHARED_GCUTIL_HPP
+#ifndef SHARE_VM_GC_SHARED_GCUTIL_HPP
+#define SHARE_VM_GC_SHARED_GCUTIL_HPP
 
 #include "memory/allocation.hpp"
 #include "runtime/timer.hpp"
 #include "utilities/debug.hpp"
 #include "utilities/globalDefinitions.hpp"

@@ -214,6 +214,6 @@
   // complementary and both are needed.
   bool decrement_will_decrease();
   bool increment_will_decrease();
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_GCUTIL_HPP
+#endif // SHARE_VM_GC_SHARED_GCUTIL_HPP
< prev index next >