RFR: 8374082: net_util.c should use logical && when setting IPv6_available

Jaikiran Pai jpai at openjdk.org
Fri Dec 19 09:30:41 UTC 2025


On Fri, 19 Dec 2025 06:56:15 GMT, Jaikiran Pai <jpai at openjdk.org> wrote:

> 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.

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.

-------------

PR Comment: https://git.openjdk.org/jdk/pull/28918#issuecomment-3674274947


More information about the net-dev mailing list