RFR: 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 08:30:24 GMT, David Holmes <dholmes 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`
>
> LGTM!
>
> Thanks
Thanks @dholmes-ora , @shipilev for the review!
-------------
PR Comment: https://git.openjdk.org/jdk/pull/21317#issuecomment-2394050884
More information about the hotspot-runtime-dev
mailing list