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

Exempt BCV_SPECIAL_INIT from being set with top in mergeStacks #11753

Merged
merged 1 commit into from
Jan 22, 2021

Conversation

ChengJin01
Copy link

@ChengJin01 ChengJin01 commented Jan 22, 2021

The change is to reinforce the initial intention that only
a target slot with BCV_SPECIAL_INIT is exempted from being
set with top given setInitializedThisStatus() needs to check
BCV_SPECIAL_INIT to flag the uninitialized_this object.

Fixes: #11683, Fixes: #11684, Fixes: #11685

Signed-off-by: Cheng Jin [email protected]

The change is to reinforce the initial intention that only
a target slot with BCV_SPECIAL_INIT is exempted from being
set with top given setInitializedThisStatus() needs to check
BCV_SPECIAL_INIT to flag the uninitialized_this object.

Fixes: eclipse-openj9#11683,eclipse-openj9#11684,eclipse-openj9#11685

Signed-off-by: Cheng Jin <[email protected]>
@ChengJin01
Copy link
Author

Already verified in personal builds & internal tests

Reviewer: @gacholio
FYI: @DanHeidinga, @tajila, @pshipton

@gacholio
Copy link
Contributor

jenkins test sanity win jdk8

Copy link
Member

@DanHeidinga DanHeidinga left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm - nice find

@pshipton
Copy link
Member

@ChengJin01 note you need to do Fixes: #11683, Fixes: #11684, Fixes: #11685 not Fixes: #11683, #11684, #11685

@ChengJin01 ChengJin01 deleted the bcv_exempt_special_init branch March 17, 2022 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment