You need to sign in or sign up before continuing.
  • J
    8017070: G1: assert(_card_counts[card_num] <= G1ConcRSHotCardLimit) failed · 534845a9
    johnc 提交于
    Summary: The assert is invalid when a card is being refined by two different threads and its count crosses the hot threshold - the refinement count will be updated once by each thread triggering the assert. Remove the assert and update the count using a bounded expression.
    Reviewed-by: jmasa, tamao, brutisso
    534845a9
g1CardCounts.cpp 8.1 KB