JDK-8358192 : GenShen: incorrect age table census in certain configurations
  • Type: Bug
  • Component: hotspot
  • Priority: P4
  • Status: Open
  • Resolution: Unresolved
  • OS: generic
  • CPU: generic
  • Submitted: 2025-05-30
  • Updated: 2025-05-31
Related Reports
Relates :  
Description
If adaptive tenuring is disabled, or if object censuses are done at evacuation time rather than at marking, the age table updates were, incorrectly, using cumulative census numbers rather than census numbers for the latest epoch as was the original intent.

The issue was identified and is being fixed by William Kemper.

(Bug filed on behalf of William by Ramki.)
Comments
William has a fix in the PR: https://github.com/openjdk/jdk/pull/25535
30-05-2025