[jdk17] Integrated: 8271064: ZGC several jvm08 perf regressions after JDK-8268372
Erik Österlund
eosterlund at openjdk.java.net
Wed Aug 4 10:32:38 UTC 2021
On Tue, 3 Aug 2021 08:13:02 GMT, Erik Österlund <eosterlund at openjdk.org> wrote:
> After the integration of ZGC dynamic thread selection, there was a regression that popped up on a few benchmarks that all had in common a high allocation rate and very quick GC times. An extra conservative measure for not trusting the heuristics when using few GC threads, did not play very well with this scenario. The effect of it is back-to-back GC causing thousands of GCs when <100 were really needed. Removing this conservative measure causes the regression to go away, and a bunch of green benchmarks to pop up instead of red ones. This suggest that conservative measure isn't working very well and does not scale to these scenarios. It is also already taken care of by other conservative measures. I propose it is removed, to solve the regressions.
> The entire ZGC perf suite was rerun (no red, only green), and tier1-3 was run. There isn't much potential for things to blow up as I just removed one parameter in the heuristic. So if anything nasty was to show up, it would be in the perf runs.
This pull request has now been integrated.
Changeset: 181483b9
Author: Erik Österlund <eosterlund at openjdk.org>
URL: https://git.openjdk.java.net/jdk17/commit/181483b90bcc7d4e44109a14213d4ee2804f7f32
Stats: 2 lines in 1 file changed: 0 ins; 1 del; 1 mod
8271064: ZGC several jvm08 perf regressions after JDK-8268372
Reviewed-by: ayang, pliden, tschatzl
-------------
PR: https://git.openjdk.java.net/jdk17/pull/298
More information about the hotspot-gc-dev
mailing list