RFR: 8306843: JVMTI tag map extremely slow after JDK-8292741 [v2]
David Holmes
dholmes at openjdk.org
Tue May 9 02:21:23 UTC 2023
On Mon, 8 May 2023 23:28:18 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> I cannot tell the difference between `put_when_absent` and `put_if_absent`. Grammatically they mean the same thing to me.
>
> My preference is to eventually make 'put' be 'put-ifwhen-absent', so I don't care which name you two pick.
`put_when_known_absent`?
A basic `put` should either add or replace; a `put_if_absent` should only add else do nothing.
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/13818#discussion_r1188049874
More information about the serviceability-dev
mailing list