Skip to content

Commit 4ec2cd9

Browse files
author
William Kemper
committedFeb 1, 2023
Update vestigial comment
Reviewed-by: ysr, kdnilsen
1 parent d40ba7d commit 4ec2cd9

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed
 

‎src/hotspot/share/gc/shenandoah/shenandoahGeneration.hpp

+2-3
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,8 @@ class ShenandoahGeneration : public CHeapObj<mtGC> {
115115
void reset_bytes_allocated_since_gc_start();
116116
void increase_allocated(size_t bytes);
117117

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.
121120
void increase_capacity(size_t increment);
122121
void decrease_capacity(size_t decrement);
123122

0 commit comments

Comments
 (0)
Please sign in to comment.