-
Notifications
You must be signed in to change notification settings - Fork 496
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
[aarch64] Current aarch64 support need reverting, because OpenJDK8u mainline support aarch64 since 292 #228
Comments
sandlerwang
added a commit
to sandlerwang/dragonwell8_hotspot
that referenced
this issue
May 7, 2021
Summary: OpenJDK8u mainline has aarch64 support since 292, and this conflicts with current aarch64 support in Dragonwell8. Need to revert current aarch64 support, to prepare further merge with 8u292 Test Plan: existing x86 tests Reviewed-by: yunyao.zxl, cengfeng.lzy, kuaiwei Issue: dragonwell-project/dragonwell8#228
sandlerwang
added a commit
to sandlerwang/dragonwell8_hotspot
that referenced
this issue
May 17, 2021
Summary: OpenJDK8u mainline has aarch64 support since 292, and this conflicts with current aarch64 support in Dragonwell8. Need to revert current aarch64 support, to prepare further merge with 8u292 Test Plan: existing x86 tests Reviewed-by: yunyao.zxl, cengfeng.lzy, kuaiwei Issue: dragonwell-project/dragonwell8#228
sandlerwang
added a commit
to sandlerwang/dragonwell8_hotspot
that referenced
this issue
May 19, 2021
Summary: OpenJDK8u mainline has aarch64 support since 292, and this conflicts with current aarch64 support in Dragonwell8. Need to revert current aarch64 support, to prepare further merge with 8u292 Test Plan: existing x86 tests Reviewed-by: zhengxiaolinX, joeyleeeeeee97, ziyilin, kuaiwei Issue: dragonwell-project/dragonwell8#228
@sandlerwang Please add another patch to remove this include in common part |
sandlerwang
added a commit
to sandlerwang/dragonwell8_hotspot
that referenced
this issue
May 28, 2021
Summary: Continue to remove aarch64 code Test Plan: existing x86 tests Reviewed-by: zhengxiaolinX, joeyleeeeeee97 Issue: dragonwell-project/dragonwell8#228
sandlerwang
added a commit
to dragonwell-project/dragonwell8_hotspot
that referenced
this issue
May 31, 2021
Summary: Continue to remove aarch64 code Test Plan: existing x86 tests Reviewed-by: zhengxiaolinX, joeyleeeeeee97 Issue: dragonwell-project/dragonwell8#228
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OpenJDK8u mainline has aarch64 support since 292, and this conflicts with current aarch64 support in Dragonwell8.
Need to revert current aarch64 support, to prepare further merge with 8u292
The text was updated successfully, but these errors were encountered: