File tree 1 file changed +2
-3
lines changed
src/hotspot/share/gc/shenandoah
1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -115,9 +115,8 @@ class ShenandoahGeneration : public CHeapObj<mtGC> {
115
115
void reset_bytes_allocated_since_gc_start ();
116
116
void increase_allocated (size_t bytes);
117
117
118
- // Changing the size of the generation will reset the times learned for the heuristic. The heuristic will need to
119
- // relearn collection performance metrics. This also has the effect of preventing further capacity changes from the
120
- // heuristics until at least ShenandoahLearningSteps(5) number of cycles has completed.
118
+ // These methods change the capacity of the region by adding or subtracting the given number of bytes from the current
119
+ // capacity.
121
120
void increase_capacity (size_t increment);
122
121
void decrease_capacity (size_t decrement);
123
122
You can’t perform that action at this time.
0 commit comments