RFR: 8266637: CHT: Add insert_and_get method

Robbin Ehn rehn at openjdk.java.net
Mon May 17 08:33:58 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

Thanks, looks good!

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

Marked as reviewed by rehn (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/3915


More information about the hotspot-dev mailing list