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

Guard isNodeCreatedByPRE() with canChkNodeCreatedByPRE() #7024

Merged
merged 1 commit into from
Jun 7, 2023

Conversation

dylanjtuttle
Copy link
Contributor

Fix assertion failure in isNodeCreatedByPRE() while PROD_WITH_ASSUMES is enabled by checking its condition first and only calling isNodeCreatedByPRE() if the condition passes.

Issue: openj9 #17446

Fix assertion failure in isNodeCreatedByPRE() by checking its
condition first and only calling isNodeCreatedByPRE() if the
condition passes

Signed-off-by: Dylan Tuttle <[email protected]>
@0xdaryl
Copy link
Contributor

0xdaryl commented Jun 6, 2023

@hzongaro : could you review/merge this one please?

@hzongaro hzongaro self-assigned this Jun 7, 2023
Copy link
Contributor

@hzongaro hzongaro left a comment

Choose a reason for hiding this comment

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

Looks good!

@hzongaro
Copy link
Contributor

hzongaro commented Jun 7, 2023

Jenkins build all

@hzongaro
Copy link
Contributor

hzongaro commented Jun 7, 2023

Jenkins build win

@hzongaro
Copy link
Contributor

hzongaro commented Jun 7, 2023

Builds were successful, and the change itself appears to be very safe. Merging.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants