Skip to content

Commit

Permalink
8319106: Remove unimplemented TaskTerminator::do_delay_step
Browse files Browse the repository at this point in the history
Reviewed-by: tschatzl
  • Loading branch information
albertnetymk committed Oct 31, 2023
1 parent 75ce02f commit 5411ad2
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hotspot/share/gc/shared/taskTerminator.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -91,9 +91,6 @@ class TaskTerminator : public CHeapObj<mtGC> {

size_t tasks_in_queue_set() const;

// Perform one iteration of spin-master work.
void do_delay_step(DelayContext& delay_context);

NONCOPYABLE(TaskTerminator);

public:
Expand Down

1 comment on commit 5411ad2

@openjdk-notifier
Copy link

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.