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

Set Evaluation Priority Only For non-Treetop Nodes #7492

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

luke-li-2003
Copy link
Contributor

Set up an assertion to ensure OMR::Node::setEvaluationPriority is only called for nodes not at treetops, and guard against any calls made for nodes at treetops; prevent the assertion failure if the node is also a guard.

Set up an assertion to ensure OMR::Node::setEvaluationPriority
is only called for nodes not at treetops, and guard against any
calls made for nodes at treetops; prevent the assertion failure
if the node is also a guard.

Signed-off-by: Luke Li <[email protected]>
@luke-li-2003
Copy link
Contributor Author

issue: eclipse-openj9/openj9#17559

@luke-li-2003
Copy link
Contributor Author

@hzongaro as per your suggestion, can you review this?

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.

1 participant