RFR: 8233697: CHT: Iteration parallelization [v4]

Ivan Walulya iwalulya at openjdk.org
Mon Oct 24 07:10:33 UTC 2022


On Mon, 24 Oct 2022 06:55:26 GMT, Robbin Ehn <rehn at openjdk.org> wrote:

> Hey!
> 
> Have you looked in: concurrentHashTableTasks.inline.hpp It contains BucketsOperation which is a base to do segmented work (very similar to BucketsClaimer). The segmented work may be done with multiple threads.

I missed this, thanks for pointing it out. We should be able to extend the same for the scan operation.

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

PR: https://git.openjdk.org/jdk/pull/10759


More information about the hotspot-dev mailing list