Integrated: Fix full gc with class unloading
Kelvin Nilsen
kdnilsen at openjdk.java.net
Wed Sep 15 17:46:40 UTC 2021
On Mon, 13 Sep 2021 21:01:00 GMT, Kelvin Nilsen <kdnilsen at openjdk.org> wrote:
> This pull request fixes incompatibilities between Full GC and class unloading. In particular, when degenerated GC upgrades to Full GC, it is important to change the generation to GLOBAL. Otherwise, certain assertions related to class unloading fail.
This pull request has now been integrated.
Changeset: 6a802c24
Author: Kelvin Nilsen <kdnilsen at openjdk.org>
URL: https://git.openjdk.java.net/shenandoah/commit/6a802c24caefcf555b381674bd81d8e5c6d25b0f
Stats: 56 lines in 4 files changed: 27 ins; 6 del; 23 mod
Fix full gc with class unloading
Reviewed-by: rkennke
-------------
PR: https://git.openjdk.java.net/shenandoah/pull/67
More information about the shenandoah-dev
mailing list