hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp
changeset 24487 71ff0bd674eb
parent 24424 2658d7834c6e
child 25482 b69656f26643
equal deleted inserted replaced
24486:0fd7d077f8a9 24487:71ff0bd674eb
    29 #include "gc_implementation/g1/g1CollectedHeap.hpp"
    29 #include "gc_implementation/g1/g1CollectedHeap.hpp"
    30 #include "gc_implementation/g1/g1OopClosures.hpp"
    30 #include "gc_implementation/g1/g1OopClosures.hpp"
    31 #include "gc_implementation/g1/g1RemSet.hpp"
    31 #include "gc_implementation/g1/g1RemSet.hpp"
    32 #include "gc_implementation/g1/g1RemSet.inline.hpp"
    32 #include "gc_implementation/g1/g1RemSet.inline.hpp"
    33 #include "gc_implementation/g1/heapRegionRemSet.hpp"
    33 #include "gc_implementation/g1/heapRegionRemSet.hpp"
       
    34 #include "runtime/prefetch.inline.hpp"
    34 
    35 
    35 /*
    36 /*
    36  * This really ought to be an inline function, but apparently the C++
    37  * This really ought to be an inline function, but apparently the C++
    37  * compiler sometimes sees fit to ignore inline declarations.  Sigh.
    38  * compiler sometimes sees fit to ignore inline declarations.  Sigh.
    38  */
    39  */