Skip to content

Conversation

@BradleyWood
Copy link
Contributor

Closes openj9/#12819

for (TR::TreeTop *tt = comp()->getStartTree();
tt;
tt = tt->getNextTreeTop())
if (comp()->isDLT())
Copy link
Contributor

Choose a reason for hiding this comment

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

I would suggest a comment here explaining why DLT compiles are being treated separately.

Should you have a loop that stores 1 into each index in _parmInfo ? I think the memset will store 1 into every byte of the array. I guess I am thinking of a case where some code checks if the _parmInfo int32_t value is precisely 1 and then goes wrong because it is a different non-zero value to the one that it expected.

Copy link
Contributor Author

Choose a reason for hiding this comment

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

@vijaysun-omr
Copy link
Contributor

Jenkins build all

@vijaysun-omr
Copy link
Contributor

@0xdaryl would appreciate a review from you too before merging.

@vijaysun-omr
Copy link
Contributor

Checks have passed, and reviews are also done. This solves the failure that was reported. Merging.

@vijaysun-omr vijaysun-omr merged commit 6dad8b7 into eclipse-omr:master Jun 22, 2021
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.

Some bytecodes in the class file are not executed

3 participants