JDK-8322875 : [GenShen] Unused/obsolete method parameter consumed_by_advance_promotion
  • Type: Sub-task
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: repo-shenandoah
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2024-01-02
  • Updated: 2024-01-03
  • Resolved: 2024-01-03
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
repo-shenandoahFixed
Description
Remove the unused/unnecessary/obsolete parameter `consumed_by_advance_promotion` from the following ShenandoahGeneration methods:
1. compute_evacuation_budgets()
2. adjust_evacuation_budgets()
Comments
PR: https://github.com/openjdk/shenandoah/pull/378 commit: https://github.com/openjdk/shenandoah/commit/dd0115163d284455db0493d65080aa28151d57c0
03-01-2024