Skip to content

Commit

Permalink
8253928: G1: Remove G1ConcurrentMarkThread::set_in_progress declaration
Browse files Browse the repository at this point in the history
Reviewed-by: ayang, shade
  • Loading branch information
Thomas Schatzl committed Oct 2, 2020
1 parent 4185ed3 commit b8966e1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/hotspot/share/gc/g1/g1ConcurrentMarkThread.hpp
Expand Up @@ -100,7 +100,6 @@ class G1ConcurrentMarkThread: public ConcurrentGCThread {
void set_idle();
void start_full_mark();
void start_undo_mark();
void set_in_progress();

bool idle() const;
// Returns true from the moment a concurrent cycle is
Expand Down

1 comment on commit b8966e1

@bridgekeeper
Copy link

@bridgekeeper bridgekeeper bot commented on b8966e1 Oct 2, 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.