Integrated: 8266637: CHT: Add insert_and_get method
Ivan Walulya
iwalulya at openjdk.java.net
Mon May 17 09:44:44 UTC 2021
On Fri, 7 May 2021 09:27:25 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:
> Hi all,
>
> Please review this change to add an `insert_get` method to the CHT. The method combines `insert()` and `get()` methods to decrease the amount of global synchronization needed for `get()` calls after an `insert` call.
>
> Testing: tier1-3
This pull request has now been integrated.
Changeset: 2313a218
Author: Ivan Walulya <iwalulya at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/2313a2187a949dd0c101b8f8fb5ffc31089d6817
Stats: 38 lines in 3 files changed: 30 ins; 0 del; 8 mod
8266637: CHT: Add insert_and_get method
Reviewed-by: tschatzl, rehn
-------------
PR: https://git.openjdk.java.net/jdk/pull/3915
More information about the hotspot-dev
mailing list