< prev index next >

src/share/vm/gc/g1/g1ParScanThreadState.inline.hpp

Print this page
rev 8362 : 8079792: GC directory structure cleanup
Reviewed-by:

*** 20,34 **** * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1PARSCANTHREADSTATE_INLINE_HPP ! #define SHARE_VM_GC_IMPLEMENTATION_G1_G1PARSCANTHREADSTATE_INLINE_HPP ! #include "gc_implementation/g1/g1ParScanThreadState.hpp" ! #include "gc_implementation/g1/g1RemSet.inline.hpp" #include "oops/oop.inline.hpp" template <class T> void G1ParScanThreadState::do_oop_evac(T* p, HeapRegion* from) { assert(!oopDesc::is_null(oopDesc::load_decode_heap_oop(p)), "Reference should not be NULL here as such are never pushed to the task queue."); --- 20,34 ---- * or visit www.oracle.com if you need additional information or have any * questions. * */ ! #ifndef SHARE_VM_GC_G1_G1PARSCANTHREADSTATE_INLINE_HPP ! #define SHARE_VM_GC_G1_G1PARSCANTHREADSTATE_INLINE_HPP ! #include "gc/g1/g1ParScanThreadState.hpp" ! #include "gc/g1/g1RemSet.inline.hpp" #include "oops/oop.inline.hpp" template <class T> void G1ParScanThreadState::do_oop_evac(T* p, HeapRegion* from) { assert(!oopDesc::is_null(oopDesc::load_decode_heap_oop(p)), "Reference should not be NULL here as such are never pushed to the task queue.");
*** 145,151 **** // we drain the queues as necessary. trim_queue(); } } ! #endif /* SHARE_VM_GC_IMPLEMENTATION_G1_G1PARSCANTHREADSTATE_INLINE_HPP */ --- 145,151 ---- // we drain the queues as necessary. trim_queue(); } } ! #endif /* SHARE_VM_GC_G1_G1PARSCANTHREADSTATE_INLINE_HPP */
< prev index next >