mirror of
https://github.com/openjdk/jdk.git
synced 2026-03-02 04:00:16 +00:00
8277221: G1: Remove methods without implementations in G1CollectedHeap
Reviewed-by: tschatzl
This commit is contained in:
parent
9aa30de4bb
commit
e9934e1243
@ -777,8 +777,6 @@ public:
|
||||
// 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();
|
||||
@ -936,9 +934,6 @@ public:
|
||||
|
||||
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);
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user