RFR: 8272235: G1: update outdated code root fixup
Thomas Schatzl
tschatzl at openjdk.java.net
Tue Aug 10 19:58:27 UTC 2021
On Tue, 10 Aug 2021 15:36:22 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Simple change of updating outdated comments and certain renaming.
>
> Test: hotspot_gc
Lgtm. I do not know why the "additional builds" would fail, but there is no log either.
src/hotspot/share/gc/g1/g1CollectedHeap.cpp line 3724:
> 3722: // G1RootProcessor object. By subtracting the WorkGang task from the total
> 3723: // time of this scope, we get the "NMethod List Cleanup" time. Such list is
> 3724: // constructed during "STW two-phase nmethod root processing", see more in
Maybe s/such/this.
-------------
Marked as reviewed by tschatzl (Reviewer).
PR: https://git.openjdk.java.net/jdk/pull/5073
More information about the hotspot-gc-dev
mailing list