-
Notifications
You must be signed in to change notification settings - Fork 722
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
Recognize AArch64 and RISC-V in DDR TraceFileHeaderWriter #18648
Recognize AArch64 and RISC-V in DDR TraceFileHeaderWriter #18648
Conversation
This commit depends on eclipse-omr/omr#7208 and #18643. |
Jenkins compile alinux64 jdk17 |
How can I test this? Are the steps below correct?
|
Perhaps @keithc-ca will comment in the new year. |
Yes, that is the way you would test this. |
Fixes: eclipse-openj9#18647 Signed-off-by: KONNO Kazuhiro <[email protected]>
c418eae
to
548f76d
Compare
Jenkins compile alinux64 jdk17 |
Jenkins compile alinux64 jdk17 The previous build failed with the following error:
|
Build failed again with the same curl error:
|
I can see the following information in the .fmt file generated from a .trc file on AArch64 Linux, using my local build. Arch family is set correctly. Processor Sub-type is wrong, but it seems other architectures do not set it correctly, as I showed an example on x86-64 Linux in #18647 (comment).
|
Jenkins compile alinux64 jdk17 |
I haven't tested this on RISC-V. |
Fixes: #18647