-
Notifications
You must be signed in to change notification settings - Fork 396
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
Conversation
@amicic : please review |
Append your commit/PR comment why you are doing this (currently, compaction to aid contraction is effectively disabled). |
7dab858
to
e167a76
Compare
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. |
e167a76
to
cbe7db7
Compare
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>
cbe7db7
to
c6f0224
Compare
Updated copyrights only |
@fjeremic Can we merge this? |
@genie-omr build all |
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