< prev index next >

src/share/vm/gc/g1/g1MMUTracker.hpp

Print this page
rev 8362 : [mq]: hotspot

*** 20,31 **** * 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 #include "memory/allocation.hpp" #include "utilities/debug.hpp" // Keeps track of the GC work and decides when it is OK to do GC work --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #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,134 **** 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 --- 129,134 ---- 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_G1_G1MMUTRACKER_HPP
< prev index next >