src/hotspot/share/gc/shenandoah/shenandoahStrDedupQueue.hpp
changeset 53244 9807daeb47c4
parent 52925 9c18c9d839d3
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_SHENANDOAHSTRINGDEDUPQUEUE_HPP
    24 #ifndef SHARE_GC_SHENANDOAH_SHENANDOAHSTRDEDUPQUEUE_HPP
    25 #define SHARE_VM_GC_SHENANDOAH_SHENANDOAHSTRINGDEDUPQUEUE_HPP
    25 #define SHARE_GC_SHENANDOAH_SHENANDOAHSTRDEDUPQUEUE_HPP
    26 
    26 
    27 #include "gc/shared/stringdedup/stringDedup.hpp"
    27 #include "gc/shared/stringdedup/stringDedup.hpp"
    28 #include "gc/shenandoah/shenandoahHeap.hpp"
    28 #include "gc/shenandoah/shenandoahHeap.hpp"
    29 #include "oops/oop.hpp"
    29 #include "oops/oop.hpp"
    30 
    30 
   108   void set_producer_buffer(ShenandoahQueueBuffer* buf, size_t queue_id);
   108   void set_producer_buffer(ShenandoahQueueBuffer* buf, size_t queue_id);
   109 
   109 
   110   void verify(ShenandoahQueueBuffer* head);
   110   void verify(ShenandoahQueueBuffer* head);
   111 };
   111 };
   112 
   112 
   113 #endif // SHARE_VM_GC_SHENANDOAH_SHENANDOAHSTRINGDEDUPQUEUE_HPP
   113 #endif // SHARE_GC_SHENANDOAH_SHENANDOAHSTRDEDUPQUEUE_HPP