Closed weixlu closed 3 months ago
IOPrioritySizePolicyEdenScale is used in calculate: eden size = survivor size * IOPrioritySizePolicyEdenScale
Here survivor size is a float, so no matter IOPrioritySizePolicyEdenScale
is float or uint, it will eventually be transformed to float
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/dragonwell11/issues/
CR: https://github.com/dragonwell-project/dragonwell11/pull/