-
Notifications
You must be signed in to change notification settings - Fork 64
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
Can't print assembly code when running benchmarks on Aarch64 #20
Comments
Thank you for reporting this issue, @gigiblender can you please check if we can replicate this behaviour? |
@kotselidis yes, I will have a look in the following days |
The problem is replicable on Aarch64. The issue is generated by a compilation failure of C1X fails with the stack trace below. C1X calls the
The reason the issue is not present on x86 is that for this architecture we use the built-in Maxine disassembler |
@20152101001, regarding this issue, I do not think Maxine ever supported at runtime the options However, you should be able to generate T1X/C1X CFGs and aarch64 assembly with offline compilation. |
When using Maxine vm on Aarch64,I ran some benchmark such as scimark and Dacapo. When I tried to run the benchmark with using option C1X:+PrintAssembly or -C1X:+PrintCFGToFile, it will show error:
FatalError: stack reset position two
Compilation of java.io.UnixFileSystem.checkAccess(File, int) by T1X failed (final attempt)
The detailed error log is upload as an attached file.
error message.txt
The text was updated successfully, but these errors were encountered: