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

Fix 0 getContractionSize() in MemorySubSpaceGenerational #5543

Merged
merged 1 commit into from
Jan 6, 2021

Conversation

jason-hall
Copy link
Contributor

@jason-hall jason-hall commented Sep 14, 2020

Fixes a bug in Gencon where an incorrectly returned 0 contraction size
prevents additional compaction to aid contraction from occuring. The
generational memory subspace was returining its own unused field rather
than the correct contraction size of the actual sub space.

Signed-off-by: Jason Hall jasonhal@ca.ibm.com

@0xdaryl
Copy link
Contributor

0xdaryl commented Sep 17, 2020

@amicic : please review

@amicic
Copy link
Contributor

amicic commented Sep 22, 2020

Append your commit/PR comment why you are doing this (currently, compaction to aid contraction is effectively disabled).

@amicic
Copy link
Contributor

amicic commented Nov 12, 2020

The change looks good, but again, please give a better high level description (in both commit message and PR comment) what this change does. For example: in Gencon GC policy, it allows (or fixes a bug that prevents) a compaction to aid Tenure contraction to occur. Just listing specific code changes that you've done isn't that helpful.

Fixes a bug in Gencon where an incorrectly returned 0 contraction size
prevents additional compaction to aid contraction from occuring. The
generational memory subspace was returining its own unused field rather
than the correct contraction size of the actual sub space.

Signed-off-by: Jason Hall <jasonhal@ca.ibm.com>
@jason-hall
Copy link
Contributor Author

Updated copyrights only

@jason-hall
Copy link
Contributor Author

@fjeremic Can we merge this?

@fjeremic fjeremic self-assigned this Jan 6, 2021
@fjeremic
Copy link
Contributor

fjeremic commented Jan 6, 2021

@genie-omr build all

@fjeremic fjeremic merged commit 9ed05d5 into eclipse-omr:master Jan 6, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants