Integrated: 8341053: Two CDS tests fail again with -UseCompressedOops and UseSerialGC/UseParallelGC
Calvin Cheung
ccheung at openjdk.org
Fri Oct 4 16:17:41 UTC 2024
On Wed, 2 Oct 2024 21:53:16 GMT, Calvin Cheung <ccheung at openjdk.org> wrote:
> A small fix to add a check in WB_CanWriteJavaHeapArchive to allow CDS tests to run with Parallel and Serial GC. However, if compressed oops is disabled (`-XX:-UseCompressedOops`) and specified with `-XX:+UseParallelGC `or `-XX:+UseSerialGC`, the test will be skipped.
>
> Testing:
> - [x] CDS tests with `-XX:+ParallelGC`
> - [x] CDS tests with `-XX:+SerialGC`
> - [x] test group `open/test/hotspot/jtreg/:hotspot_cds_only` with `-XX:-UseCompressedOops`
> - [x] manually checks that the failed tests in the bug report were not run with `-XX:-UseCompressedOops -XX:+UseParallel`
This pull request has now been integrated.
Changeset: 42f32551
Author: Calvin Cheung <ccheung at openjdk.org>
URL: https://git.openjdk.org/jdk/commit/42f32551cd2aaa4b7609cc887cb33fc58ac12779
Stats: 2 lines in 1 file changed: 1 ins; 0 del; 1 mod
8341053: Two CDS tests fail again with -UseCompressedOops and UseSerialGC/UseParallelGC
Reviewed-by: iklam, matsaave
-------------
PR: https://git.openjdk.org/jdk/pull/21314
More information about the hotspot-dev
mailing list