Skip to content

Commit ac39489

Browse files
author
Thomas Schatzl
committed
8256323: Remove HeapRegionManager::update_committed_space()
Reviewed-by: shade, sjohanss
1 parent 1103e33 commit ac39489

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/hotspot/share/gc/g1/heapRegionManager.hpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,9 +107,6 @@ class HeapRegionManager: public CHeapObj<mtGC> {
107107
// Pass down commit calls to the VirtualSpace.
108108
void commit_regions(uint index, size_t num_regions = 1, WorkGang* pretouch_gang = NULL);
109109

110-
// Notify other data structures about change in the heap layout.
111-
void update_committed_space(HeapWord* old_end, HeapWord* new_end);
112-
113110
// Find a contiguous set of empty or uncommitted regions of length num_regions and return
114111
// the index of the first region or G1_NO_HRM_INDEX if the search was unsuccessful.
115112
// Start and end defines the range to seek in, policy is first-fit.

0 commit comments

Comments
 (0)