-
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
DDR support on AArch64 macOS #14387
Comments
Error in building DDR:
I cannot reproduce this in my local environment. |
Building DDR tests in Jenkins jobs fails as shown below.
|
Enabling DDR build in #14420 resulted in the following error -- Segmentation faults from dwarfdump-classic and omr_ddrgen:
|
We need to add support for AArch64 in debugtools/DDR_VM/src/com/ibm/j9ddr/corereaders/macho/MachoDumpReader.java |
This commit excludes some functional tests that fail on AArch64 macOS. - DDR-related tests (eclipse-openj9#14387) - threadMXBeanTestSuite2_0 (eclipse-openj9#14426) Original PR in master: eclipse-openj9#14427 Signed-off-by: KONNO Kazuhiro <konno@jp.ibm.com>
eclipse-omr/omr#6491 needs to be resolved for enabling DDR build. |
I made sure that my local build passes all the DDR tests that will be enabled by #14961. |
Afaik this is completed now that #14420 is merged. |
There are a couple of problems with DDR support on AArch64 macOS:
The text was updated successfully, but these errors were encountered: