Skip to content

Commit

Permalink
8256323: Remove HeapRegionManager::update_committed_space()
Browse files Browse the repository at this point in the history
Reviewed-by: shade, sjohanss
  • Loading branch information
Thomas Schatzl committed Nov 16, 2020
1 parent 1103e33 commit ac39489
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/hotspot/share/gc/g1/heapRegionManager.hpp
Expand Up @@ -107,9 +107,6 @@ class HeapRegionManager: public CHeapObj<mtGC> {
// Pass down commit calls to the VirtualSpace.
void commit_regions(uint index, size_t num_regions = 1, WorkGang* pretouch_gang = NULL);

// Notify other data structures about change in the heap layout.
void update_committed_space(HeapWord* old_end, HeapWord* new_end);

// Find a contiguous set of empty or uncommitted regions of length num_regions and return
// the index of the first region or G1_NO_HRM_INDEX if the search was unsuccessful.
// Start and end defines the range to seek in, policy is first-fit.
Expand Down

0 comments on commit ac39489

Please sign in to comment.