< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

*** 20,35 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_SHARED_ADAPTIVESIZEPOLICY_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_SHARED_ADAPTIVESIZEPOLICY_HPP ! #include "gc_implementation/shared/gcUtil.hpp" ! #include "gc_interface/collectedHeap.hpp" ! #include "gc_interface/gcCause.hpp" #include "memory/allocation.hpp" #include "memory/universe.hpp" // This class keeps statistical information and computes the // size of the heap. --- 20,35 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_SHARED_ADAPTIVESIZEPOLICY_HPP ! #define SHARE_VM_GC_SHARED_ADAPTIVESIZEPOLICY_HPP ! #include "gc/shared/collectedHeap.hpp" ! #include "gc/shared/gcCause.hpp" ! #include "gc/shared/gcUtil.hpp" #include "memory/allocation.hpp" #include "memory/universe.hpp" // This class keeps statistical information and computes the // size of the heap.
*** 540,545 **** _size_policy->print_adaptive_size_policy_on(gclog_or_tty); } } }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_SHARED_ADAPTIVESIZEPOLICY_HPP --- 540,545 ---- _size_policy->print_adaptive_size_policy_on(gclog_or_tty); } } }; ! #endif // SHARE_VM_GC_SHARED_ADAPTIVESIZEPOLICY_HPP
< prev index next >