On Tue, 3 Nov 2020 13:43:32 GMT, Kim Barrett <kbarr...@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