Fold MethodHandleImpl.isCompileConstant#23540
Conversation
c96977e to
0ef77d8
Compare
|
@nbhuiyan : please review |
6c014c7 to
9961c4f
Compare
nbhuiyan
left a comment
There was a problem hiding this comment.
Thanks for addressing the review comments. The changes look good to me now.
|
@0xdaryl can you run the tests with eclipse-omr/omr#8209 ? |
|
Jenkins test sanity all jdk21 depends eclipse-omr/omr/#8209 |
|
windows fail looks related to #22758 (comment) It looks like I need to rebase for the aarch64 failures, @0xdaryl is there a way to not lose the previous test results when rebasing? (or does it matter if we lose the passing results?) |
9961c4f to
73cb211
Compare
|
@0xdaryl can you run the tests? |
|
Jenkins test sanity xlinux,plinux,alinux,zlinux jdk21 depends eclipse-omr/omr#8209 Starting small, Linux targets first. |
73cb211 to
73ab06f
Compare
|
Z failure is from the vector API tests, which Ehsan confirmed was fixed. I did rebase OMR but I guess I need to again |
|
Unfortunately I am not able to trigger PR builds. |
|
Jenkins test sanity xlinux,plinux,alinux,zlinux jdk21 depends eclipse-omr/omr#8209 |
73ab06f to
1d68fc9
Compare
|
OMR rebase was needed for plinux build failure. Can you run the tests again @mpirvu ? |
|
Jenkins test sanity xlinux,plinux,alinux,zlinux jdk21 depends eclipse-omr/omr#8209 |
|
@matthewhall2 There are few failures. E.g.: |
|
Jenkins test sanity aix,win,xmax,amac jdk21 depends eclipse-omr/omr#8209 |
|
Jenkins test sanity aix,win,xmax,amac,plinux jdk21 depends eclipse-omr/omr#8209 |
1d68fc9 to
043f469
Compare
|
looks like there was typo @mpirvu , xmax instead of xmac |
|
Jenkins test sanity aix,win,xmac,amac,plinux jdk21 depends eclipse-omr/omr#8209 |
|
x86 sanity.functional fail looks like #22758 |
|
Windows sanity.functional is #22758 |
|
aix fail does not look related, so I've opened an issue #24171 |
When we have the Known Object Info and the MH object is non-null, fold the call to true in VP. Wait until the last iteration of VP to fold to false. Signed-off-by: Matthew Hall <matthew.hall3@outlook.com>
043f469 to
88381de
Compare
|
rebase was needed for mac errors, so test re-runs are needed @mpirvu |
|
Jenkins test sanity all jdk21 depends eclipse-omr/omr#8209 |
|
Since all test failures have been accounted for, this PR is ready to be merged. |
When we have the Known Object Info and the MH object is non-null, fold the call to true.
Wait until the last iteration of VP to fold to false.