[master] Integrated: OMWorld: Decouple deflation and table sizing
Axel Boldt-Christmas
aboldtch at openjdk.org
Wed Jun 5 07:08:20 UTC 2024
On Thu, 23 May 2024 06:32:28 GMT, Axel Boldt-Christmas <aboldtch at openjdk.org> wrote:
> 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.
This pull request has now been integrated.
Changeset: 47ae25c5
Author: Axel Boldt-Christmas <aboldtch at openjdk.org>
URL: https://git.openjdk.org/lilliput/commit/47ae25c5c8b19f9a35709c698f9b9e6938326a75
Stats: 205 lines in 7 files changed: 65 ins; 91 del; 49 mod
OMWorld: Decouple deflation and table sizing
Reviewed-by: coleenp
-------------
PR: https://git.openjdk.org/lilliput/pull/175
More information about the lilliput-dev
mailing list