Skip to content

Commit

Permalink
8253226: Shenandoah: remove unimplemented ShenandoahStrDedupQueue::ve…
Browse files Browse the repository at this point in the history
…rify

Reviewed-by: rkennke, zgu
  • Loading branch information
shipilev committed Sep 16, 2020
1 parent c781594 commit 300b851
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/hotspot/share/gc/shenandoah/shenandoahStrDedupQueue.hpp
Expand Up @@ -113,8 +113,6 @@ class ShenandoahStrDedupQueue : public StringDedupQueue {
bool pop_candidate(oop& obj);

void set_producer_buffer(ShenandoahQueueBuffer* buf, size_t queue_id);

void verify(ShenandoahQueueBuffer* head);
};

#endif // SHARE_GC_SHENANDOAH_SHENANDOAHSTRDEDUPQUEUE_HPP

1 comment on commit 300b851

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on 300b851 Sep 16, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.