Integrated: 8341377: Update VMProps.isCDSRuntimeOptionsCompatible to include Parallel and Serial GC

Calvin Cheung ccheung at openjdk.org
Fri Oct 4 16:24:41 UTC 2024


On Thu, 3 Oct 2024 04:56:21 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:

> After the fix for [JDK-8298614](https://bugs.openjdk.org/browse/JDK-8298614), CDS heap dumping works with Parallel and Serial GC. The `VMProps.isCDSRuntimeOptionsCompatible` method should be updated accordingly so that some CDS tests which requires `vm.cds.write.archived.java.heap` can be run with `-XX:+UseParallelGC` or `-XX:+UseSerialGC`.
> 
> Based on my testing, 25 more CDS tests can be run with `-XX:+UseParallelGC` or `-XX:+UseSerialGC`

This pull request has now been integrated.

Changeset: beb2a51b
Author:    Calvin Cheung <ccheung at openjdk.org>
URL:       https://git.openjdk.org/jdk/commit/beb2a51b126671d1fac8d4b473ad8042a22f9ff5
Stats:     3 lines in 1 file changed: 2 ins; 0 del; 1 mod

8341377: Update VMProps.isCDSRuntimeOptionsCompatible to include Parallel and Serial GC

Reviewed-by: dholmes, shade

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

PR: https://git.openjdk.org/jdk/pull/21317


More information about the hotspot-runtime-dev mailing list