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

Kim Barrett kbarrett at openjdk.java.net
Thu Mar 25 07:56:45 UTC 2021


On Thu, 25 Mar 2021 07:40:20 GMT, Kim Barrett <kbarrett at openjdk.org> wrote:

>> 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.

Never mind, I was confused by the minimal diff.  This is already at class scope, not at file scope.

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

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



More information about the hotspot-gc-dev mailing list