RFR: 8292170: Convert CodeRootSetTable to use ResourceHashtable [v2]

Ivan Walulya iwalulya at openjdk.org
Thu Dec 15 16:05:10 UTC 2022


On Thu, 15 Dec 2022 16:00:36 GMT, Leo Korinth <lkorinth at openjdk.org> wrote:

>> src/hotspot/share/gc/g1/g1CodeRootSetTable.hpp line 43:
>> 
>>> 41:   G1CodeRootSetTable* _purge_next;
>>> 42: 
>>> 43:   unsigned int compute_hash(nmethod* nm) {
>> 
>> Change makes this dead code
>
> I do not understand, I am still "using"  Table in `mem_size`, or did you mean something else?

`unsigned int compute_hash(nmethod* nm) {` function,  sorry for not being clear

-------------

PR: https://git.openjdk.org/jdk/pull/11675


More information about the hotspot-dev mailing list