-
Notifications
You must be signed in to change notification settings - Fork 397
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
Relocate createOrFindClonedNode, _uncommmonedNodes to OpenJ9 #2269
Relocate createOrFindClonedNode, _uncommmonedNodes to OpenJ9 #2269
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Your code changes look good.
Would you mind adding "to OpenJ9" to the end of your commit title? Since a title is all you provided for the commit I think it needs a little more context. Thanks.
24af91f
to
abe8503
Compare
abe8503
to
0b51892
Compare
Signed-off-by: Shivam Mittal <[email protected]>
0b51892
to
7239fcc
Compare
OMR Issue: eclipse-omr/omr#2068 OMR PR: eclipse-omr/omr#2269 Signed-off-by: Shivam Mittal <[email protected]>
@genie-omr build all |
there's a dependent PR at OpenJ9 which seems like it would be needed or else merging this could break openj9, so I'll be nice to them and not "just" merge this one even though it seems ready. In future, maybe we could try to stage changes like this by first making the OMR code #ifdef J9_PROJECT_SPECIFIC, then copy it to OpenJ9, and then remove it from OMR. I know that's more pull requests and more work on the writing of commits, but it would certainly simplify and streamline the process to merge this kind of change. Not saying that excuses 7 months of delay to get it merged though :( . |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR needs to be rebased and marked WIP until the dependent downstream changes (eclipse-openj9/openj9#1040) are merged.
Thank you for the contribution. This work was subsumed by #3857. Closing. |
Closes: #2068
Signed-off-by: Shivam Mittal [email protected]