JDK-8342560 : GenShen: Fix confusing method name
  • Type: Task
  • Component: hotspot
  • Sub-Component: gc
  • Affected Version: repo-shenandoah-21,repo-shenandoah
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2024-10-17
  • Updated: 2024-12-13
  • Resolved: 2024-10-19
Related Reports
Relates :  
Description
ShenandoahHeap has `is_in_old` and `is_old`. `is_in_old` only tests if the oop is in an old region, however, `is_old` also tests that a young collection cycle is running. Propose we rename `is_old` to `is_not_in_active_young_collection` to avoid confusion.
Comments
A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/shenandoah-jdk21u/pull/143 Date: 2024-12-11 18:48:01 +0000
11-12-2024

A pull request was submitted for review. Branch: master URL: https://git.openjdk.org/shenandoah/pull/517 Date: 2024-10-17 20:56:59 +0000
17-10-2024