< prev index next >

src/share/vm/gc/g1/g1PageBasedVirtualSpace.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_G1PAGEBASEDVIRTUALSPACE_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_G1_G1PAGEBASEDVIRTUALSPACE_HPP #include "memory/allocation.hpp" #include "memory/memRegion.hpp" #include "memory/virtualspace.hpp" #include "utilities/bitMap.hpp" --- 20,31 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_G1PAGEBASEDVIRTUALSPACE_HPP ! #define SHARE_VM_GC_G1_G1PAGEBASEDVIRTUALSPACE_HPP #include "memory/allocation.hpp" #include "memory/memRegion.hpp" #include "memory/virtualspace.hpp" #include "utilities/bitMap.hpp"
*** 146,151 **** // Debugging void print_on(outputStream* out) PRODUCT_RETURN; void print(); }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1PAGEBASEDVIRTUALSPACE_HPP --- 146,151 ---- // Debugging void print_on(outputStream* out) PRODUCT_RETURN; void print(); }; ! #endif // SHARE_VM_GC_G1_G1PAGEBASEDVIRTUALSPACE_HPP
< prev index next >