Fix testHashTableCorrectness issue - #6683
Merged
Merged
Conversation
LinHu2016
requested review from
charliegracie,
rwy7 and
youngar
as code owners
September 1, 2022 14:15
amicic
reviewed
Sep 1, 2022
amicic
reviewed
Sep 1, 2022
LinHu2016
force-pushed
the
ProjectLoom_gc
branch
2 times, most recently
from
September 1, 2022 14:50
0221cfa to
c5dbb56
Compare
amicic
approved these changes
Sep 1, 2022
Contributor
Author
|
Hi @dsouzai, Could you please review and merge this PR? it is for fixing the blocker issue (eclipse-openj9/openj9#15791), Thanks |
Contributor
|
I will review it. |
babsingh
self-requested a review
September 1, 2022 16:33
Contributor
Author
Thanks @babsingh |
Contributor
|
fixupForwardedSlot(mrobjectptr_t *slotPtr) has been created for sharing code between scanMixObject and scan Java stack of continuation Object in PR6575, we need to pull concurrent scavenger and backout conditions outside to avoid racing condition to update slot reference during concurrent marking. - also update initialize scanCache->_shouldBeRemembered earlier to avoid overwriting the flag, which could be updated via getObjectScanner(). Signed-off-by: Lin Hu <linhu@ca.ibm.com>
LinHu2016
force-pushed
the
ProjectLoom_gc
branch
from
September 1, 2022 16:49
c5dbb56 to
4ce58d4
Compare
Contributor
Author
|
@babsingh there are jenkins issues, the personal build is not very stable, but the change for this PR has passed the grinder tests for the related issue. https://hyc-runtimes-jenkins.swg-devops.com/view/OpenJ9%20-%20Personal/job/Pipeline-Build-Test-Personal/14050/ |
Contributor
|
jenkins build all |
Contributor
babsingh
approved these changes
Sep 1, 2022
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
fix: eclipse-openj9/openj9#15791
Signed-off-by: Lin Hu linhu@ca.ibm.com