New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
8261455: Automatically generate the CDS archive if necessary #5077
Conversation
|
Webrevs
|
/csr needed |
@dholmes-ora this pull request will not be integrated until the CSR request JDK-8272331 for issue JDK-8261455 has been approved. |
@yminqi This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
The work will continue after related small bug fixed first. |
@yminqi This pull request has been inactive for more than 4 weeks and will be automatically closed if another 4 weeks passes without any activity. To avoid this, simply add a new comment to the pull request. Feel free to ask for assistance if you need help with progressing this pull request towards integration! |
Will submit a new patch since 8273152 integration. |
When shared archive (dynamic archive) failed to map due to damage of the archive file, dump/run jdk version mismatch or non-existence file etc, the new patch will automatically create a new shared archive if -XX:+AutoCreateSharedArchive specified with the name based on SharedArchiveFile.
Tests: tier1,tier2,tier3,tier4
Thanks
Yumin
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/5077/head:pull/5077
$ git checkout pull/5077
Update a local copy of the PR:
$ git checkout pull/5077
$ git pull https://git.openjdk.java.net/jdk pull/5077/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 5077
View PR using the GUI difftool:
$ git pr show -t 5077
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/5077.diff