RFR: 8296401: ConcurrentHashTable::bulk_delete might miss to delete some objects

Leo Korinth lkorinth at openjdk.org
Tue Dec 6 13:45:50 UTC 2022


On Mon, 5 Dec 2022 15:12:00 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:

> > That is true. Do you think that is a problem with the new implementation?
> > The change overrides the intentions of `BULK_DELETE_LIMIT ` so it would be better to change the name of that constant.

Is `STACK_BUFFER_SIZE` good enough, or do you have a better suggestion? I would also prefer to make it look less like a C macro and use the alternative casing `StackBufferSize`, is that OK?

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

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


More information about the hotspot-dev mailing list