Relates :
|
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.
|