Skip to content

Fix hashClassTableAt() returning wrong class in fast hash - #7665

Merged
babsingh merged 1 commit into
eclipse-omr:masterfrom
thallium:master
Feb 18, 2025
Merged

Fix hashClassTableAt() returning wrong class in fast hash#7665
babsingh merged 1 commit into
eclipse-omr:masterfrom
thallium:master

Conversation

@thallium

Copy link
Copy Markdown
Contributor

There is a null check in each of hashTableFindNode() and hashTableFindNodeSpaceOpt(), between these two null checks a new node could be added resulting a wrong class being returned.

Related: eclipse-openj9/openj9#20444

There is a null check in each of hashTableFindNode() and
hashTableFindNodeSpaceOpt(), between these two null checks a new node
could be added resulting a wrong class being returned.

Related: eclipse-openj9/openj9#20444

Signed-off-by: Gengchen Tuo <gengchen.tuo@ibm.com>
@thallium

Copy link
Copy Markdown
Contributor Author

@hangshao0 can you please take a look?

@hangshao0 hangshao0 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

LGTM.

@hangshao0

Copy link
Copy Markdown
Contributor

@babsingh Please review/merge this.

@babsingh

Copy link
Copy Markdown
Contributor

jenkins build all

@babsingh
babsingh merged commit ded1e21 into eclipse-omr:master Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants