Skip to content

Commit

Permalink
8272461: G1: remove empty declaration of cleanup_after_scan_heap_roots
Browse files Browse the repository at this point in the history
Reviewed-by: kbarrett
  • Loading branch information
albertnetymk committed Aug 16, 2021
1 parent 36e2dda commit 0209d9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/hotspot/share/gc/g1/g1RemSet.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -107,8 +107,7 @@ class G1RemSet: public CHeapObj<mtGC> {
// Prepare for and cleanup after scanning the heap roots. Must be called
// once before and after in sequential code.
void prepare_for_scan_heap_roots();
// Cleans the card table from temporary duplicate detection information.
void cleanup_after_scan_heap_roots();

// Print coarsening stats.
void print_coarsen_stats();
// Creates a gang task for cleaining up temporary data structures and the
Expand Down

1 comment on commit 0209d9f

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