RFR: 8292680: Convert Dictionary to ConcurrentHashTable [v4]
Coleen Phillimore
coleenp at openjdk.org
Wed Aug 24 18:10:33 UTC 2022
On Wed, 24 Aug 2022 17:29:50 GMT, Robbin Ehn <rehn at openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
>>
>> - Merge branch 'master' into cht-dictionary
>> - Conditionalize scanning function call for safepoint.
>> - Use ConcurrentHashtable for Dictionary
>
> src/hotspot/share/utilities/globalDefinitions.hpp line 1136:
>
>> 1134: }
>> 1135:
>> 1136: // Find log2 value greater than this input
>
> This should be in utilities/powerOfTwo.hpp and then as general method.
Done. Yes that's a better place.
-------------
PR: https://git.openjdk.org/jdk/pull/9886
More information about the hotspot-dev
mailing list