src/hotspot/share/gc/shenandoah/shenandoahOopClosures.hpp
changeset 53244 9807daeb47c4
parent 52925 9c18c9d839d3
child 54414 f855ec13aa25
equal deleted inserted replaced
53243:8bea4144b21c 53244:9807daeb47c4
    19  * or visit www.oracle.com if you need additional information or have any
    19  * or visit www.oracle.com if you need additional information or have any
    20  * questions.
    20  * questions.
    21  *
    21  *
    22  */
    22  */
    23 
    23 
    24 #ifndef SHARE_VM_GC_SHENANDOAH_SHENANDOAHOOPCLOSURES_HPP
    24 #ifndef SHARE_GC_SHENANDOAH_SHENANDOAHOOPCLOSURES_HPP
    25 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHOOPCLOSURES_HPP
    25 #define SHARE_GC_SHENANDOAH_SHENANDOAHOOPCLOSURES_HPP
    26 
    26 
    27 #include "gc/shared/referenceProcessor.hpp"
    27 #include "gc/shared/referenceProcessor.hpp"
    28 #include "gc/shenandoah/shenandoahHeap.hpp"
    28 #include "gc/shenandoah/shenandoahHeap.hpp"
    29 #include "gc/shenandoah/shenandoahStrDedupQueue.hpp"
    29 #include "gc/shenandoah/shenandoahStrDedupQueue.hpp"
    30 #include "gc/shenandoah/shenandoahTaskqueue.hpp"
    30 #include "gc/shenandoah/shenandoahTaskqueue.hpp"
   345   virtual void do_oop(oop* p)       { do_oop_work(p); }
   345   virtual void do_oop(oop* p)       { do_oop_work(p); }
   346 
   346 
   347   virtual bool do_metadata()        { return true; }
   347   virtual bool do_metadata()        { return true; }
   348 };
   348 };
   349 
   349 
   350 #endif // SHARE_VM_GC_SHENANDOAH_SHENANDOAHOOPCLOSURES_HPP
   350 #endif // SHARE_GC_SHENANDOAH_SHENANDOAHOOPCLOSURES_HPP