Skip to content

Commit 300b851

Browse files
committed
8253226: Shenandoah: remove unimplemented ShenandoahStrDedupQueue::verify
Reviewed-by: rkennke, zgu
1 parent c781594 commit 300b851

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/hotspot/share/gc/shenandoah/shenandoahStrDedupQueue.hpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ class ShenandoahStrDedupQueue : public StringDedupQueue {
113113
bool pop_candidate(oop& obj);
114114

115115
void set_producer_buffer(ShenandoahQueueBuffer* buf, size_t queue_id);
116-
117-
void verify(ShenandoahQueueBuffer* head);
118116
};
119117

120118
#endif // SHARE_GC_SHENANDOAH_SHENANDOAHSTRDEDUPQUEUE_HPP

0 commit comments

Comments
 (0)