dragonwell-project / dragonwell8

Alibaba Dragonwell8 JDK
http://dragonwell-jdk.io
GNU General Public License v2.0
4.2k stars 497 forks source link

[GC] Fix option type in IOPrioritySizePolicy #664

Closed weixlu closed 2 months ago

weixlu commented 2 months ago

Summary: change type from float to uint for IOPrioritySizePolicyEdenScale to avoid build failure on aarch64

Testing: jtreg

Reviewers: maoliang.ml, yude.lyd

Issue: https://github.com/dragonwell-project/dragonwell8/issues/664

CR: https://github.com/dragonwell-project/dragonwell8/pull/663

weixlu commented 2 months ago

merged