forked from openjdk/jdk11u
-
Notifications
You must be signed in to change notification settings - Fork 15
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
os_linux_riscv32.cpp中注释掉的函数体问题解决 #117
Comments
删除了os_linux_riscv32.cpp以及os_linux_riscv32.hpp中的函数:
这些函数在实际流程中不会执行到,只是因为如果完全参考bishengJDK中的atomic_linux_riscv64.hpp(即不在atomic_linux_riscv32.hpp中增加模板Atomic::PlatformLoad及Atomic::PlatformStore),会出现以下报错:
因此参考arm中的实现,定义两个空的模板Atomic::PlatformLoad及Atomic::PlatformStore,保证编译顺利通过。 |
提交了PR #124 ,编译过程: |
使用qemu用户模式执行
运行报错:
|
Open
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#21 中提到的
The text was updated successfully, but these errors were encountered: