dragonwell-project / dragonwell11

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

[GC] Disable ArrayBaseOffsets.java on riscv64 #823

Closed weixlu closed 4 months ago

weixlu commented 4 months ago

Summary: alignment of array elements hasn't changed on riscv64, thus skip its test

Testing: test/hotspot/jtreg/runtime/FieldLayout/ArrayBaseOffsets.java

Reviewers: mmyxym, sendaoYan

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

weixlu commented 4 months ago

As mentioned in https://github.com/dragonwell-project/dragonwell11/issues/814, ArrayBaseOffsets.java requires lilliput, thus we should disable the test on riscv64.