dragonwell-project / dragonwell11

Alibaba Dragonwell11 JDK
https://www.aliyun.com/product/dragonwell
GNU General Public License v2.0
558 stars 113 forks source link

[Backport] 8290496: riscv: Fix build warnings-as-errors with GCC 11 #819

Closed sendaoYan closed 4 months ago

sendaoYan commented 4 months ago

Summary: Clean backport of JDK-8290496, this backport has been merged to riscv-port-jdk11u

Testing: CI pipeline

Reviewers: kuaiwei.kw, xingqizheng.xqz

Issue: https://github.com/dragonwell-project/dragonwell11/issues/818

待办事项:

sendaoYan commented 4 months ago

jenkins构建job: http://ci.dragonwell-jdk.io/job/build-scripts/job/openjdk11-pipeline/486/

sendaoYan commented 4 months ago

GHA test runner报错E: Unable to acquire the dpkg frontend lock,应该是GHA执行机配置的问题

sendaoYan commented 4 months ago

jtreg测试job:https://tone.aliyun-inc.com/ws/xesljfzh/test_result/310068

sendaoYan commented 4 months ago

jtreg测试job:https://tone.aliyun-inc.com/ws/xesljfzh/test_result/310068

失败用例确认分析:

  1. 上一次release版本已经存在且正在跟踪的问题 issue814,与本次合入没有关系 runtime/FieldLayout/ArrayBaseOffsets.java#with-coh-no-coops runtime/FieldLayout/ArrayBaseOffsets.java#with-coh-with-coops

  2. 小概率随机失败,待进一步确认原因,应该跟本次合入没有关系 com/sun/net/httpserver/bugs/6725892/Test.java issue821

  3. 运行超时,上一次release版本也存在相同问题,与本次合入没有关系 jdk/incubator/vector/Vector128ConversionTests.java jdk/incubator/vector/VectorMaxConversionTests.java sun/tools/jhsdb/JShellHeapDumpTest.java

MaxXSoft commented 4 months ago

LGTM

sendaoYan commented 4 months ago

Thanks all for the review.