Integrated: 8277343: dynamicArchive/SharedArchiveFileOption.java failed: '-XX:+RecordDynamicDumpInfo is unsupported when a dynamic CDS archive is specified in -XX:SharedArchiveFile:' missing

Ioi Lam iklam at openjdk.java.net
Thu Nov 18 08:51:46 UTC 2021


On Wed, 17 Nov 2021 20:32:07 GMT, Ioi Lam <iklam at openjdk.org> wrote:

> Please fix this trivial fix. The affected test case expected the following message
> 
> 
> -XX:+RecordDynamicDumpInfo is unsupported when a dynamic CDS archive is specified in -XX:SharedArchiveFile: 
> 
> 
> but if we run with `jtreg -vmoption:-Xshare:off` the test case takes a different path, resulting in a different message:
> 
> 
> Cannot have more than 1 archive file specified in -XX:SharedArchiveFile during CDS dumping
> 
> 
> Since the latter message is already being tested in another case in SharedArchiveFileOption.java, we can simple disable this test case under this condition.

This pull request has now been integrated.

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

8277343: dynamicArchive/SharedArchiveFileOption.java failed: '-XX:+RecordDynamicDumpInfo is unsupported when a dynamic CDS archive is specified in -XX:SharedArchiveFile:' missing

Reviewed-by: hseigel, ccheung

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

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


More information about the hotspot-runtime-dev mailing list