We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1103e33 commit ac39489Copy full SHA for ac39489
src/hotspot/share/gc/g1/heapRegionManager.hpp
@@ -107,9 +107,6 @@ class HeapRegionManager: public CHeapObj<mtGC> {
107
// Pass down commit calls to the VirtualSpace.
108
void commit_regions(uint index, size_t num_regions = 1, WorkGang* pretouch_gang = NULL);
109
110
- // Notify other data structures about change in the heap layout.
111
- void update_committed_space(HeapWord* old_end, HeapWord* new_end);
112
-
113
// Find a contiguous set of empty or uncommitted regions of length num_regions and return
114
// the index of the first region or G1_NO_HRM_INDEX if the search was unsuccessful.
115
// Start and end defines the range to seek in, policy is first-fit.
0 commit comments