RFR: 8266637: CHT: Add insert_and_get method
Ivan Walulya
iwalulya at openjdk.java.net
Mon May 17 08:33:58 UTC 2021
On Mon, 17 May 2021 08:28:50 GMT, Robbin Ehn <rehn 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
>
> Thanks, looks good!
Thanks @robehn
-------------
PR: https://git.openjdk.java.net/jdk/pull/3915
More information about the hotspot-dev
mailing list