RFR: 8292446: Make TableRateStatistics optional in CHT
Johan Sjölén
duke at openjdk.org
Wed Aug 17 09:52:17 UTC 2022
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.
-------------
Commit messages:
- Disable statistics where they are not used
- Optional stats
Changes: https://git.openjdk.org/jdk/pull/9899/files
Webrev: https://webrevs.openjdk.org/?repo=jdk&pr=9899&range=00
Issue: https://bugs.openjdk.org/browse/JDK-8292446
Stats: 54 lines in 7 files changed: 27 ins; 11 del; 16 mod
Patch: https://git.openjdk.org/jdk/pull/9899.diff
Fetch: git fetch https://git.openjdk.org/jdk pull/9899/head:pull/9899
PR: https://git.openjdk.org/jdk/pull/9899
More information about the hotspot-dev
mailing list