RFR: 8231672: Simplify the reference processing parallelization framework [v4]

Kim Barrett kbarrett at openjdk.java.net
Thu Mar 25 07:43:44 UTC 2021


On Tue, 16 Mar 2021 22:14:30 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

>> Leo Korinth has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   remove maybe prefix, change in one place to nullable
>
> src/hotspot/share/gc/parallel/psParallelCompact.cpp line 2026:
> 
>> 2024: }
>> 2025: 
>> 2026: void steal_marking_work(TaskTerminator& terminator, uint worker_id) {
> 
> If this needs to be made non-file-scoped then it should be moved into some relevant class.

Sorry, never mind, the minimal diff confused me about the context.  We're in class scope here, not at namespace scope.

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

PR: https://git.openjdk.java.net/jdk/pull/2782



More information about the hotspot-gc-dev mailing list