[master] RFR: OMWorld: Decouple deflation and table sizing

Axel Boldt-Christmas aboldtch at openjdk.org
Thu May 23 06:37:23 UTC 2024


The change reverts all changes to deflation and moves the resizing of the OMWorld ConcurrentHashTable to the service thread. Using a similar logic to how we resize the Symbol- and StringTables. 

The option to shrink the table is taken out and can be reintroduced at a later date as an enhancement. To do it correctly the interactions with deflation needs to be figured out.

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

Commit messages:
 - Decouple deflation and table sizing

Changes: https://git.openjdk.org/lilliput/pull/175/files
  Webrev: https://webrevs.openjdk.org/?repo=lilliput&pr=175&range=00
  Stats: 206 lines in 7 files changed: 65 ins; 91 del; 50 mod
  Patch: https://git.openjdk.org/lilliput/pull/175.diff
  Fetch: git fetch https://git.openjdk.org/lilliput.git pull/175/head:pull/175

PR: https://git.openjdk.org/lilliput/pull/175


More information about the lilliput-dev mailing list