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 missing parameter for scanContinuationNativeSlots #16485

Merged
merged 1 commit into from
Dec 16, 2022

Conversation

LinHu2016
Copy link
Contributor

@LinHu2016 LinHu2016 commented Dec 15, 2022

there is missing parameter for scanContinuationNativeSlots in VLHGC GlobalMarkingScheme, it would disable sync between concurrent scan and mounting continuation, then causes potential crash.

fix: #15939 (comment)
Signed-off-by: Lin Hu linhu@ca.ibm.com

there is missing parameter for scanContinuationNativeSlots in VLHGC
GlobalMarkingScheme, it would disable sync between concurrent scan and
mounting continuation, then causes potential crash.

Signed-off-by: Lin Hu <linhu@ca.ibm.com>
@amicic amicic added comp:gc project:loom Used to track Project Loom related work backport:candidate Possible candidate for a backport to a `0.x.y+1` release labels Dec 15, 2022
@amicic
Copy link
Contributor

amicic commented Dec 15, 2022

Jenkins compile win jdk19

@amicic amicic added the jdk19 label Dec 15, 2022
@amicic amicic merged commit 6025e99 into eclipse-openj9:master Dec 16, 2022
@pshipton pshipton removed the backport:candidate Possible candidate for a backport to a `0.x.y+1` release label Dec 16, 2022
@pshipton
Copy link
Member

Removing backport:candidate label since it's already been applied to the 0.36 branch.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp:gc jdk19 project:loom Used to track Project Loom related work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Loom: jdk19 OpenJDK Invalid JIT return address ASSERTION FAILED swalk.c:1601
3 participants