Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
8277221: G1: Remove methods without implementations in G1CollectedHeap
Reviewed-by: tschatzl
  • Loading branch information
albertnetymk committed Nov 17, 2021
1 parent 9aa30de commit e9934e1
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/hotspot/share/gc/g1/g1CollectedHeap.hpp
Expand Up @@ -777,8 +777,6 @@ class G1CollectedHeap : public CollectedHeap {
// Start a concurrent cycle.
void start_concurrent_cycle(bool concurrent_operation_is_full_mark);

void wait_for_root_region_scanning();

void prepare_tlabs_for_mutator();

void retire_tlabs();
Expand Down Expand Up @@ -936,9 +934,6 @@ class G1CollectedHeap : public CollectedHeap {

void fill_with_dummy_object(HeapWord* start, HeapWord* end, bool zap) override;

// Try to minimize the remembered set.
void scrub_rem_set();

// Apply the given closure on all cards in the Hot Card Cache, emptying it.
void iterate_hcc_closure(G1CardTableEntryClosure* cl, uint worker_id);

Expand Down

1 comment on commit e9934e1

@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.