8277983: Remove unused fields from sun.net.www.protocol.jar.JarURLConnection#6649
8277983: Remove unused fields from sun.net.www.protocol.jar.JarURLConnection#6649stsypanov wants to merge 2 commits intoopenjdk:masterfrom
Conversation
|
👋 Welcome back stsypanov! A progress list of the required criteria for merging this PR into |
|
@stsypanov The following label will be automatically applied to this pull request:
When this pull request is ready to be reviewed, an "RFR" email will be sent to the corresponding mailing list. If you would like to change these labels, use the /label pull request command. |
|
I suspect these may be left over from when the protocol handler was extended by other code. |
|
@stsypanov 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! |
|
Let's wait a bit |
|
Drop me a note after integrating and I will sponsor. |
|
/integrate |
|
@stsypanov This pull request has not yet been marked as ready for integration. |
|
|
@stsypanov 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 698 new commits pushed to the
As there are no conflicts, your changes will automatically be rebased on top of these commits when integrating. If you prefer to avoid this automatic rebasing, please check the documentation for the /integrate command for further details. As you do not have Committer status in this project an existing Committer must agree to sponsor your change. Possible candidates are the reviewers of this PR (@dfuch) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
|
/integrate |
|
@stsypanov |
|
/sponsor |
|
Going to push as commit f34f8d4.
Your commit was automatically rebased without conflicts. |
|
@dfuch @stsypanov Pushed as commit f34f8d4. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
There are some fields that are unused in current implementation of
JarURLConnection:They can be safely removed reducing object footprint. Before:
After:
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.java.net/jdk pull/6649/head:pull/6649$ git checkout pull/6649Update a local copy of the PR:
$ git checkout pull/6649$ git pull https://git.openjdk.java.net/jdk pull/6649/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 6649View PR using the GUI difftool:
$ git pr show -t 6649Using diff file
Download this PR as a diff file:
https://git.openjdk.java.net/jdk/pull/6649.diff