hotspot/src/share/vm/gc_implementation/g1/g1OopClosures.inline.hpp
changeset 7397 5b173b4ca846
parent 6247 00e5cc407d03
child 9988 01f84e2c3fc0
equal deleted inserted replaced
7396:518b01b064ff 7397:5b173b4ca846
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    19  * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
    20  * or visit www.oracle.com if you need additional information or have any
    20  * or visit www.oracle.com if you need additional information or have any
    21  * questions.
    21  * questions.
    22  *
    22  *
    23  */
    23  */
       
    24 
       
    25 #ifndef SHARE_VM_GC_IMPLEMENTATION_G1_G1OOPCLOSURES_INLINE_HPP
       
    26 #define SHARE_VM_GC_IMPLEMENTATION_G1_G1OOPCLOSURES_INLINE_HPP
       
    27 
       
    28 #include "gc_implementation/g1/concurrentMark.hpp"
       
    29 #include "gc_implementation/g1/g1CollectedHeap.hpp"
       
    30 #include "gc_implementation/g1/g1OopClosures.hpp"
       
    31 #include "gc_implementation/g1/g1RemSet.hpp"
    24 
    32 
    25 /*
    33 /*
    26  * This really ought to be an inline function, but apparently the C++
    34  * This really ought to be an inline function, but apparently the C++
    27  * compiler sometimes sees fit to ignore inline declarations.  Sigh.
    35  * compiler sometimes sees fit to ignore inline declarations.  Sigh.
    28  */
    36  */
   119       _par_scan_state->push_on_queue(p);
   127       _par_scan_state->push_on_queue(p);
   120     }
   128     }
   121   }
   129   }
   122 }
   130 }
   123 
   131 
       
   132 
       
   133 #endif // SHARE_VM_GC_IMPLEMENTATION_G1_G1OOPCLOSURES_INLINE_HPP