< prev index next >

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

Print this page
rev 8362 : [mq]: hotspot

*** 20,34 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1HOTCARDCACHE_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_G1_G1HOTCARDCACHE_HPP ! #include "gc_implementation/g1/g1_globals.hpp" ! #include "gc_implementation/g1/g1CardCounts.hpp" #include "memory/allocation.hpp" #include "runtime/safepoint.hpp" #include "runtime/thread.hpp" #include "utilities/globalDefinitions.hpp" --- 20,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_G1HOTCARDCACHE_HPP ! #define SHARE_VM_GC_G1_G1HOTCARDCACHE_HPP ! #include "gc/g1/g1CardCounts.hpp" ! #include "gc/g1/g1_globals.hpp" #include "memory/allocation.hpp" #include "runtime/safepoint.hpp" #include "runtime/thread.hpp" #include "utilities/globalDefinitions.hpp"
*** 143,148 **** _hot_cache[i] = NULL; } } }; ! #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1HOTCARDCACHE_HPP --- 143,148 ---- _hot_cache[i] = NULL; } } }; ! #endif // SHARE_VM_GC_G1_G1HOTCARDCACHE_HPP
< prev index next >