RFR: 8292170: Convert CodeRootSetTable to use ResourceHashtable [v6]
Coleen Phillimore
coleenp at openjdk.org
Tue Jan 24 14:29:10 UTC 2023
On Thu, 12 Jan 2023 16:34:47 GMT, Coleen Phillimore <coleenp at openjdk.org> wrote:
>> Leo Korinth has updated the pull request incrementally with one additional commit since the last revision:
>>
>> revert copyright year after changes
>
> src/hotspot/share/utilities/resourceHash.hpp line 302:
>
>> 300: table_size() * sizeof(Node*) +
>> 301: number_of_entries() * sizeof(Node);
>> 302: }
>
> Thank you Leo and Ioi. This was a good suggested change.
Yes, this looks right to me.
-------------
PR: https://git.openjdk.org/jdk/pull/11675
More information about the hotspot-dev
mailing list