We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Running traceformat on the Snap file from AArch64 Linux generated the following output. Arch family and Processor Sub-type are wrong.
traceformat
Processor information: Arch family: Unknown Processor Sub-type: i486 Num Processors: 8 Big Endian: false Word size: 64 Using Trace Counter: J9 timer
I used the following version:
openjdk version "11.0.21" 2023-10-17 IBM Semeru Runtime Open Edition 11.0.21.0 (build 11.0.21+9) Eclipse OpenJ9 VM 11.0.21.0 (build openj9-0.41.0, JRE 11 Linux aarch64-64-Bit Compressed References 20231122_825 (JIT enabled, AOT enabled) OpenJ9 - 461bf3c70 OMR - 5eee6ad9d JCL - 0fd7a05277 based on jdk-11.0.21+9)
The text was updated successfully, but these errors were encountered:
It seems PR #7446 added related code for RISC-V.
Sorry, something went wrong.
TraceFileHeaderWriter.java for DDR also has the lists of processor architectures and subtypes, but they don't contain AArch64 and RISC-V.
openj9/debugtools/DDR_VM/src/com/ibm/j9ddr/tools/ddrinteractive/commands/TraceFileHeaderWriter.java
Lines 50 to 51 in 2954ed7
PR #18643 fixes traceformat. I opened Issue #18647 for DDR TraceFileHeaderWriter.java.
Recognize AArch64 in traceformat
aa1300b
This commit adds AArch64 to the architectures recognized by traceformat. Fixes: eclipse-openj9#18536 Signed-off-by: KONNO Kazuhiro <[email protected]>
Successfully merging a pull request may close this issue.
Running
traceformat
on the Snap file from AArch64 Linux generated the following output. Arch family and Processor Sub-type are wrong.I used the following version:
The text was updated successfully, but these errors were encountered: