Integrated: 8253261: Disable CDS full module graph until JDK-8253081 is fixed

Ioi Lam iklam at openjdk.java.net
Wed Sep 16 22:47:10 UTC 2020


On Wed, 16 Sep 2020 20:38:20 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> Please review this trivial patch.
> 
> [JDK-8244778](https://bugs.openjdk.java.net/browse/JDK-8244778) (Archive full module graph in CDS) is causing failures
> in GC ([JDK-8253081](https://bugs.openjdk.java.net/browse/JDK-8253081))
> This patch disables the *use* of the CDS module graph at run time, which seems to avoid the GC problems. The module
> graph is still being archived into CDS, but that seems to be harmless.

This pull request has now been integrated.

Changeset: 9a7dcdcd
Author:    Ioi Lam <iklam at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/9a7dcdcd
Stats:     3 lines in 2 files changed: 0 ins; 3 del; 0 mod

8253261: Disable CDS full module graph until JDK-8253081 is fixed

Reviewed-by: ccheung

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

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


More information about the hotspot-runtime-dev mailing list