RFR: 8297729: Replace GrowableArray in ComputeMoveOrder with hash table [v3]
Coleen Phillimore
coleenp at openjdk.org
Mon Dec 5 17:10:22 UTC 2022
On Mon, 5 Dec 2022 16:39:20 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Jorn Vernee has updated the pull request with a new target base due to a merge or a rebase. The pull request now contains three commits:
>>
>> - Drop redundant friend decl
>> - improve hash slightly
>> - Use hashtable in ComputeMoveOrder + general cleanup
>
> src/hotspot/share/prims/foreignGlobals.cpp line 200:
>
>> 198: mtInternal,
>> 199: ComputeMoveOrder::hash,
>> 200: ::operator==
>
> Is this the same as primitive_equals ?
would prefer primitive_equals or use the default parameter.
-------------
PR: https://git.openjdk.org/jdk/pull/11392
More information about the hotspot-dev
mailing list