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

Move createOrFindClonedNode to OpenJ9 #1867

Closed
0xdaryl opened this issue Oct 26, 2017 · 1 comment
Closed

Move createOrFindClonedNode to OpenJ9 #1867

0xdaryl opened this issue Oct 26, 2017 · 1 comment

Comments

@0xdaryl
Copy link
Contributor

0xdaryl commented Oct 26, 2017

The OMR::CodeGenerator function createOrFindClonedNode is not used in OMR. Relocate it to the OpenJ9 project and delete it from OMR.

More generally, this function manipulates a _uncommmonedNodes hash table (beware the subtle typo in the name). After this function moves, this data structure is no longer referenced in OMR and it should be moved into OpenJ9 as well.

@wbh123456
Copy link
Contributor

This issue has already been solved in #2068.

@0xdaryl 0xdaryl closed this as completed May 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants