RFR: 8292170: Convert CodeRootSetTable to use ResourceHashtable [v2]
Leo Korinth
lkorinth at openjdk.org
Thu Dec 15 15:57:12 UTC 2022
On Thu, 15 Dec 2022 15:49:22 GMT, Ivan Walulya <iwalulya at openjdk.org> wrote:
>> Leo Korinth has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - copyrights
>> - use iter function interface instead, make closure NONCOPYABLE
>
> src/hotspot/share/gc/g1/g1CodeCacheRemSet.cpp line 42:
>
>> 40: G1CodeRootSetTable* volatile G1CodeRootSetTable::_purge_list = NULL;
>> 41:
>> 42: size_t G1CodeRootSetTable::mem_size() {
>
> G1CodeRootSetTable::* definitions in `g1CodeCacheRemSet.cpp` make `g1CodeRootSetTable.hpp` seem redundant. Either add `g1CodeRootSetTable.cpp` or move the `G1CodeRootSetTable` declaration to `g1CodeCacheRemSet.hpp`
I will merge them.
-------------
PR: https://git.openjdk.org/jdk/pull/11675
More information about the hotspot-dev
mailing list