RFR: 8354791: Use Hashtable.putIfAbsent in CSS constructor [v2]
Alexey Ivanov
aivanov at openjdk.org
Wed Apr 30 11:34:56 UTC 2025
On Tue, 29 Apr 2025 13:51:38 GMT, Andrey Turbanov <aturbanov at openjdk.org> wrote:
>> We can use Hashtable.putIfAbsent instead of pair `get`/`put` methods.
>> It's faster and cleaner.
>
> Andrey Turbanov has updated the pull request incrementally with one additional commit since the last revision:
>
> add CSS. prefix
I ran the client tests again two days ago, the CI was green.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/22032#issuecomment-2841687654
More information about the client-libs-dev
mailing list