< prev index next >

src/share/vm/gc/g1/g1MMUTracker.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_G1_G1MMUTRACKER_HPP
-#define SHARE_VM_GC_IMPLEMENTATION_G1_G1MMUTRACKER_HPP
+#ifndef SHARE_VM_GC_G1_G1MMUTRACKER_HPP
+#define SHARE_VM_GC_G1_G1MMUTRACKER_HPP
 
 #include "memory/allocation.hpp"
 #include "utilities/debug.hpp"
 
 // Keeps track of the GC work and decides when it is OK to do GC work

@@ -129,6 +129,6 @@
   virtual void add_pause(double start, double end, bool gc_thread);
 
   virtual double when_sec(double current_time, double pause_time);
 };
 
-#endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1MMUTRACKER_HPP
+#endif // SHARE_VM_GC_G1_G1MMUTRACKER_HPP
< prev index next >