-
Notifications
You must be signed in to change notification settings - Fork 738
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 the J2I virtual thunk in PIC data on x86 #2875
Conversation
@irinarada FYI |
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.
The may be reasonable reasons why what I've suggested is hard to do, and if we're just going to change the structure of these relocations to eliminate this "offset" value anyway, then it may not be worth fixing. But this is one of those things about AOT relocations that generally comes back to bite painfully (I speak from experience, sadly).
@jdmpapin - do we have an ETA for this one? |
d281f6b
to
635b76d
Compare
Signed-off-by: Devin Papineau <devinmp@ca.ibm.com>
635b76d
to
e7aaa1c
Compare
Rebased to pick up #2649 for Travis, and removed WIP now that the dependencies have been merged |
Jenkins test xlinux,win jdk11,jdk8 |
Jenkins test sanity xlinux,win jdk11,jdk8 |
1 similar comment
Jenkins test sanity xlinux,win jdk11,jdk8 |
The line endings check timed out, likely not due to line ending problems. Can we restart it? Linux JDK11 sanity had a few failures, none of which are related to my changes:
Windows JDK11 sanity failed test_toLowerCase_lithuanian and CloneWeakReferenceTest, as above. Linux JDK8 sanity failed nameOption6 and nameOption18, as above. |
#2890 is fixed. #2801 is in progress. I'll let whoever gets assigned to this evaluate whether we should merge or wait for a clean build. Probably @andrewcraik? Jenkins line endings check |
given that this is core feature work for 0.10, that the tests in question will not be affected by the changes that are intended to be made in this change, and that we need to complete feature work for 0.10 I'm going to say that I am happy merging this at this time. Thanks all for the detailed analysis of the results. |
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.
LGTM
No description provided.