You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: