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

Leo Korinth lkorinth at openjdk.org
Thu Dec 15 15:57:14 UTC 2022


On Thu, 15 Dec 2022 14:15:51 GMT, Coleen Phillimore <coleenp 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 222:
> 
>> 220:   CleanCallback should_clean(owner);
>> 221:   if (_table != NULL) {
>> 222:     _table->remove_if(should_clean);
> 
> remove_if is a template function but it's only called here.  Does it need to be a template function?

It does not, I will fix this.

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

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


More information about the hotspot-dev mailing list