-
Notifications
You must be signed in to change notification settings - Fork 232
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
8286781: Replace the deprecated/obsolete gethostbyname and inet_addr calls #2732
8286781: Replace the deprecated/obsolete gethostbyname and inet_addr calls #2732
Conversation
…calls Co-authored-by: Daniel Jeliński <djelinski@openjdk.org> Reviewed-by: kbarrett, djelinski Backport-of: d7298245d6759f62e253b5cf0df975db17fdbf82
👋 Welcome back fitzsim! A progress list of the required criteria for merging this PR into |
@fitzsim This change now passes all automated pre-integration checks. 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 20 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 (@gnu-andrew) but any other Committer may sponsor as well. ➡️ To flag this PR as ready for integration with the above commit message, type |
This backport pull request has now been updated with issue from the original commit. |
The GHA sanity checks failed at first on the macOS builders, but the error was not clear -- it just looked like the jobs terminated -- so I restarted those subtasks and they passed. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
When backporting, it would be good if you could detail any changes you had to make to get the patch to apply and build on the new target.
From comparing the 11u & 17u versions, the changes I see are:
- Context difference in
make/autoconf/libraries.m4
NULL
vsnullptr
insrc/hotspot/share/utilities/ostream.cpp
- Absence of JDK-8265101 so
os::get_host_by_name
has to be removed from AIX, BSD, Linux and Solarisos_<os>.inline.hpp
files rather than justos_posix.cpp
Assuming these changes tally with your experience, this seems fine to me.
|
Noted, will do from now on.
Yes, that sounded right, and I just re-verified that the differences you mention are the only ones, by comparing this proposed patch to 11 with openjdk/jdk17u-dev@4071b8c. |
Thank you for reviewing, @gnu-andrew. |
/approval request This backport is ready to be approved. |
/integrate |
/sponsor |
Going to push as commit e4fb228.
Your commit was automatically rebased without conflicts. |
@gnu-andrew @fitzsim Pushed as commit e4fb228. 💡 You may see a message that your pull request was closed with unmerged commits. This can be safely ignored. |
8286781: Replace the deprecated/obsolete gethostbyname and inet_addr calls
Reviewed-by: kbarrett, djelinski
Backport-of: d7298245d6759f62e253b5cf0df975db17fdbf82
Progress
Issue
Reviewers
Reviewing
Using
git
Checkout this PR locally:
$ git fetch https://git.openjdk.org/jdk11u-dev.git pull/2732/head:pull/2732
$ git checkout pull/2732
Update a local copy of the PR:
$ git checkout pull/2732
$ git pull https://git.openjdk.org/jdk11u-dev.git pull/2732/head
Using Skara CLI tools
Checkout this PR locally:
$ git pr checkout 2732
View PR using the GUI difftool:
$ git pr show -t 2732
Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk11u-dev/pull/2732.diff
Webrev
Link to Webrev Comment