< prev index next >

src/share/vm/gc/shared/gcUtil.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_SHARED_GCUTIL_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_SHARED_GCUTIL_HPP #include "memory/allocation.hpp" #include "runtime/timer.hpp" #include "utilities/debug.hpp" #include "utilities/globalDefinitions.hpp" --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #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,219 **** // complementary and both are needed. bool decrement_will_decrease(); bool increment_will_decrease(); }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_GCUTIL_HPP --- 214,219 ---- // complementary and both are needed. bool decrement_will_decrease(); bool increment_will_decrease(); }; ! #endif // SHARE_VM_GC_SHARED_GCUTIL_HPP
< prev index next >