RFR: 8292446: Make TableRateStatistics optional in CHT [v5]

Robbin Ehn rehn at openjdk.org
Fri Aug 19 15:15:38 UTC 2022


On Fri, 19 Aug 2022 10:28:46 GMT, Johan Sjölén <duke at openjdk.org> wrote:

>> Right now the footprint of disabling statistics for tables where they're not used is minimal as they're single instance and static. We're working on using CHT in more contexts, where it will be dynamically allocated, and then these changes will add up to something more substantial.
>> 
>> Passes tier1+tier2
>
> Johan Sjölén has updated the pull request incrementally with one additional commit since the last revision:
> 
>   Make statistics disabled by defalt

Thanks for fixing!

-------------

Marked as reviewed by rehn (Reviewer).

PR: https://git.openjdk.org/jdk/pull/9899


More information about the hotspot-dev mailing list