8374082: net_util.c should use logical && when setting IPv6_available#28918
8374082: net_util.c should use logical && when setting IPv6_available#28918jaikiran wants to merge 1 commit intoopenjdk:masterfrom
Conversation
|
👋 Welcome back jpai! A progress list of the required criteria for merging this PR into |
|
@jaikiran 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 no new commits pushed to the ➡️ To integrate this PR with the above commit message to the |
|
Thank you Alan for the review. tier1, tier2 and tier3 continue to pass with this change and since this is a trivial change, I'll go ahead with the integration. |
|
/integrate |
Can I please get a review of this change which replaces the use of
&with&&in net_util.c?As noted in https://bugs.openjdk.org/browse/JDK-8374082, the use of bitwise operator appears to be an oversight in that code.
tier1, tier2 testing passed without any issues after this change.
Progress
Issue
Reviewers
Reviewing
Using
gitCheckout this PR locally:
$ git fetch https://git.openjdk.org/jdk.git pull/28918/head:pull/28918$ git checkout pull/28918Update a local copy of the PR:
$ git checkout pull/28918$ git pull https://git.openjdk.org/jdk.git pull/28918/headUsing Skara CLI tools
Checkout this PR locally:
$ git pr checkout 28918View PR using the GUI difftool:
$ git pr show -t 28918Using diff file
Download this PR as a diff file:
https://git.openjdk.org/jdk/pull/28918.diff
Using Webrev
Link to Webrev Comment