RFR: 8137022: Concurrent refinement thread adjustment and (de-)activation suboptimal [v3]
Thomas Schatzl
tschatzl at openjdk.org
Tue Sep 27 12:48:25 UTC 2022
On Mon, 26 Sep 2022 20:54:12 GMT, Albert Mingkun Yang <ayang at openjdk.org> wrote:
> Why not? It's still possible that the alloc-rate is zero after start-up; I mean alloc-rate is up to applications.
Allocation rate is the rate of allocation between GCs, to have a GC, you (almost) need non-zero allocation rate (not with periodic gcs).
-------------
PR: https://git.openjdk.org/jdk/pull/10256
More information about the hotspot-dev
mailing list