8277343: dynamicArchive/SharedArchiveFileOption.java failed: '-XX:+RecordDynamicDumpInfo is unsupported when a dynamic CDS archive is specified in -XX:SharedArchiveFile:' missing#6437
Conversation
…cordDynamicDumpInfo is unsupported when a dynamic CDS archive is specified in -XX:SharedArchiveFile:' missing
|
👋 Welcome back iklam! A progress list of the required criteria for merging this PR into |
hseigel
left a comment
There was a problem hiding this comment.
Looks good and trival. Thanks for fixing this.
Harold
|
@iklam This change now passes all automated pre-integration checks. ℹ️ This project also has non-automated pre-integration requirements. Please see the file CONTRIBUTING.md for details. After integration, the commit message for the final commit will be: You can use pull request commands such as /summary, /contributor and /issue to adjust it as needed. At the time when this comment was updated there had been 5 new commits pushed to the
Please see this link for an up-to-date comparison between the source branch of this pull request and the ➡️ To integrate this PR with the above commit message to the |
|
Thanks @calvinccheung and @hseigel for the review. |
|
Going to push as commit db55f92.
Your commit was automatically rebased without conflicts. |
Please fix this trivial fix. The affected test case expected the following message
but if we run with
jtreg -vmoption:-Xshare:offthe test case takes a different path, resulting in a different message:Since the latter message is already being tested in another case in SharedArchiveFileOption.java, we can simple disable this test case under this condition.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/6437/head:pull/6437$ git checkout pull/6437Update a local copy of the PR:
$ git checkout pull/6437$ git pull https://git.openjdk.java.net/jdk pull/6437/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 6437View PR using the GUI difftool:
$ git pr show -t 6437Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/6437.diff