-
Notifications
You must be signed in to change notification settings - Fork 238
8261090: Store old classfiles in static CDS archive #856
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
Conversation
👋 Welcome back shiyuexw! A progress list of the required criteria for merging this PR into |
This backport pull request has now been updated with issue from the original commit. |
Webrevs
|
Thanks a lot for the suggestion. |
Hi @shiyuexw, Decision is not up to me, so just my personal opinion. But I have strong reservations about downporting this patch:
It would be another story if Oracle had already downported it too, then we would have much a stronger incentive.
Sorry, I don't think this is enough by a long stretch. I'd need tier1-n tests across the board, across the whole range of supported platforms and architectures. We'd also like to see large scale tests with systems that use large amounts of pre-JDK6 classes. Bottomline, in my eye there is not a large enough benefit to justify the cost and risk involved. I think the workarounds we have are acceptable: users can just run JDK17 or should update their class libraries or just have to live without them in AppCDS. Sorry, I know you put a lot of work in. When in doubt, before attempting a large backport, it is better to discuss it on the OpenJDK mailing lists to see what folks think. Cheers, Thomas |
Hi Thomas, Thanks a lot for your comment. I understand your concern, and understand it will be difficult to accept this enhancement being ported to JDK11. Thanks again for your advice. |
@shiyuexw 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! |
@shiyuexw This pull request has been inactive for more than 8 weeks and will now be automatically closed. If you would like to continue working on this pull request in the future, feel free to reopen it! This can be done using the |
8261090: Store old classfiles in static CDS archive
Progress
Issue
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk11u-dev pull/856/head:pull/856
$ git checkout pull/856
Update a local copy of the PR:
$ git checkout pull/856
$ git pull https://git.openjdk.java.net/jdk11u-dev pull/856/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 856
View PR using the GUI difftool:
$ git pr show -t 856
Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk11u-dev/pull/856.diff