RFR: 8314220: Configurable InlineCacheBuffer size [v2]

Ekaterina Vergizova evergizova at openjdk.org
Mon Nov 20 23:22:05 UTC 2023


On Wed, 15 Nov 2023 22:46:08 GMT, Dean Long <dlong at openjdk.org> wrote:

>> OK, can I remove these guarantees for _buffer_size and _buffer_limit in this PR? Or do I need to create a separate one?
>
> I would like to see it cleaned up in this PR.

I changed the InlineCacheBufferSize type to size_t and removed unnecessary guarantees for _buffer_size and _buffer_limit.
@dean-long could you please take a look?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/15271#discussion_r1399857380


More information about the hotspot-dev mailing list