dragonwell-project / dragonwell11

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

[Backport] 8139457: Relax alignment of array elements #728

Closed mmyxym closed 9 months ago

mmyxym commented 9 months ago

Summary: With compact object headers, there is always a 32-bit gap between length and first element. Fill the gap only with UseCompactObjectHeaders.

Testing: CICD

Reviewers: yulei, ddh

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