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

Renew Safepoint assumption only when invalid #291

Merged
merged 4 commits into from
Feb 9, 2019
Merged

Renew Safepoint assumption only when invalid #291

merged 4 commits into from
Feb 9, 2019

Conversation

smarr
Copy link
Owner

@smarr smarr commented Feb 8, 2019

The assumption should not be replaced without invalidating it, or to put it differently:
If it is replaced before invalidation, the notice of invalidation may be lost. Thus, code depending on it is never invalidated.

  • also added two more tests

Signed-off-by: Stefan Marr <git@stefan-marr.de>
If we do replace a valid assumption, it may never be invalidated, because there’s no reference to it any more.

Signed-off-by: Stefan Marr <git@stefan-marr.de>
Signed-off-by: Stefan Marr <git@stefan-marr.de>
@smarr smarr added the enhancement Improves the implementation with something noteworthy label Feb 8, 2019
@smarr smarr added this to the v0.7.0 milestone Feb 8, 2019
@smarr smarr added this to Open Issues in Completeness via automation Feb 8, 2019
Signed-off-by: Stefan Marr <git@stefan-marr.de>
@smarr smarr merged commit 62f06cd into dev Feb 9, 2019
Completeness automation moved this from Open Issues to Completed Feb 9, 2019
@smarr smarr deleted the safepoint-fix branch February 9, 2019 08:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improves the implementation with something noteworthy
Projects
No open projects
Completeness
  
Completed
Development

Successfully merging this pull request may close these issues.

None yet

1 participant