RFR: 8212879: Make JVMTI TagMap table concurrent [v3]
Coleen Phillimore
coleenp at openjdk.java.net
Tue Nov 3 21:46:05 UTC 2020
On Tue, 3 Nov 2020 13:43:32 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:
>> Coleen Phillimore has updated the pull request incrementally with one additional commit since the last revision:
>>
>> More review comments from Stefan and ErikO
>
> src/hotspot/share/gc/shared/weakProcessorPhases.hpp line 41:
>
>> 39: class Iterator;
>> 40:
>> 41: typedef void (*Processor)(BoolObjectClosure*, OopClosure*);
>
> I think this typedef is to support serial phases and that it is probably no longer used.
ok, removed.
-------------
PR: https://git.openjdk.java.net/jdk/pull/967
More information about the hotspot-dev
mailing list