-
Notifications
You must be signed in to change notification settings - Fork 729
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
AArch64: Implement BNDCHKwithSpineCHKEvaluator() #10320
Conversation
This PR depends on eclipse-omr/omr#5440 and eclipse-omr/omr#5442. |
jenkins test sanity alinux64 jdk11 |
jenkins test sanity.system alinux64 jdk11 |
There are two failures in sanity.system. They are known issues with JlmRemote #9046, and not introduced by this PR. |
Is there any issue or test failure with JDK 15 AArch64 that is caused by unimplemented BNDCHKwithSpineCHKEvaluator()? |
It was linked from #9046 but reading more closely thru this issue indicates this isn't the fix for that issue:
So it's not needed for the 0.22 release |
f63d504
to
3b844ac
Compare
Resolved the merge conflict. |
jenkins test sanity alinux64 jdk11 |
@0xdaryl Could you review this PR, please? Thanks. |
3b844ac
to
661c692
Compare
661c692
to
5c32537
Compare
Fixed a bug found in extended.functional (using the test mode settings from adoptium/TKG#97) |
5c32537
to
0066b04
Compare
Updated the code by removing calls to |
I updated the code to resolve a merge conflict. |
Jenkins test sanity.system alinux64 jdk11 |
Please wait for #12758 to be merged, so that the sanity.system tests pass. |
Jenkins test sanity.system alinux64 jdk11 |
System test failed with a JLink hash error:
We've seen this before intermittently and don't believe it is an OpenJ9 problem. I'll re-run the testing. |
Jenkins test sanity.system alinux64 jdk11 |
Jenkins test sanity.system alinux64 jdk11 Trying again. Build never got off the ground. |
Jenkins test sanity.system alinux64 jdk11 Trying again. Build aborted. |
There are some failures with sanity.system in another PR (#12731) today. They look like the known issue related to openssl. |
sanity.system is OK. On the other hand, a build job failed with the following exception:
|
Jenkins build alinux64 jdk11 |
Jenkins compile alinux64 jdk11 |
3 similar comments
Jenkins compile alinux64 jdk11 |
Jenkins compile alinux64 jdk11 |
Jenkins compile alinux64 jdk11 |
This commit implements BNDCHKwithSpineCHKEvaluator() for AArch64. It also enables a test with balanced GC for AArch64, which was disabled by eclipse-openj9#8569. Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
I moved the change in #10321 to this PR. |
jenkins test sanity alinux64 jdk11 |
Balanced GC tests in system tests will be enabled by adoptium/TKG#97 |
Thanks. |
We will enable system tests in the adoptium repo after demonstrating they run successfully. |
This commit implements BNDCHKwithSpineCHKEvaluator() for AArch64.
Signed-off-by: KONNO Kazuhiro konno@jp.ibm.com