Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

repair collector handling of ephemerons #715

Merged
merged 1 commit into from
Aug 25, 2023
Merged

Conversation

mflatt
Copy link
Contributor

@mflatt mflatt commented Aug 24, 2023

When an ephemeron pair refers to an object in younger generation, and when a collection would move that object to a generation that's less the maximum target generation, the collector could sometimes mishandle the ephemeron pair by trying to register it multiple times for later handling.

When an ephemeron pair refers to an object in younger generation, and
when a collection would move that object to a generation that's less
the maximum target generation, the collector could sometimes mishandle
the ephemeron pair by trying to register it multiple times for later
handling.
@burgerrg
Copy link
Contributor

Thank you very much for fixing this!

@burgerrg burgerrg merged commit cadb1bf into cisco:main Aug 25, 2023
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants