Skip to content

Commit

Permalink
Restore deleted comment on correct method
Browse files Browse the repository at this point in the history
  • Loading branch information
earthling-amzn committed Oct 10, 2023
1 parent 6918e92 commit ec8ad46
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/hotspot/share/gc/shenandoah/shenandoahAgeCensus.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,10 @@ class ShenandoahAgeCensus: public CHeapObj<mtGC> {
// compute_tenuring_threshold to calculate the new
// value
void update_tenuring_threshold();

// This uses the data in the ShenandoahAgeCensus object's _global_age_table and the
// current _epoch to compute a new tenuring threshold, which will be remembered
// until the next invocation of compute_tenuring_threshold.
uint compute_tenuring_threshold();

public:
Expand Down

0 comments on commit ec8ad46

Please sign in to comment.