Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8233893 | 8u251 | Padmapriya Prasad | P4 | Resolved | Fixed | b01 |
JDK-8239772 | emb-8u251 | Padmapriya Prasad | P4 | Resolved | Fixed | team |
A DESCRIPTION OF THE PROBLEM :
The most significant difference between IPv4 and IPv6 is the address size, which is only 32 bits in IPv4, but 128 bits in IPv6. See the section IPv4 and IPv6 incompatibility in The Java Tutorials for more information.
There is a small typo in this sentence : "which is only 32 bits in IPv6, but 128 bits in IPv6." it should be IPv4 in the first part.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Link to the documentation:
https://docs.oracle.com/javase/8/docs/technotes/guides/net/ipv6_guide/index.html
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The most significant difference between IPv4 and IPv6 is the address size, which is only 32 bits in IPv4, but 128 bits in IPv6. See the section IPv4 and IPv6 incompatibility in The Java Tutorials for more information.
ACTUAL -
The most significant difference between IPv4 and IPv6 is the address size, which is only 32 bits in IPv6, but 128 bits in IPv6. See the section IPv4 and IPv6 incompatibility in The Java Tutorials for more information.
FREQUENCY : always
The most significant difference between IPv4 and IPv6 is the address size, which is only 32 bits in IPv4, but 128 bits in IPv6. See the section IPv4 and IPv6 incompatibility in The Java Tutorials for more information.
There is a small typo in this sentence : "which is only 32 bits in IPv6, but 128 bits in IPv6." it should be IPv4 in the first part.
STEPS TO FOLLOW TO REPRODUCE THE PROBLEM :
Link to the documentation:
https://docs.oracle.com/javase/8/docs/technotes/guides/net/ipv6_guide/index.html
EXPECTED VERSUS ACTUAL BEHAVIOR :
EXPECTED -
The most significant difference between IPv4 and IPv6 is the address size, which is only 32 bits in IPv4, but 128 bits in IPv6. See the section IPv4 and IPv6 incompatibility in The Java Tutorials for more information.
ACTUAL -
The most significant difference between IPv4 and IPv6 is the address size, which is only 32 bits in IPv6, but 128 bits in IPv6. See the section IPv4 and IPv6 incompatibility in The Java Tutorials for more information.
FREQUENCY : always
- backported by
-
JDK-8233893 Typo in the Networking IPv6 User Guide
- Resolved
-
JDK-8239772 Typo in the Networking IPv6 User Guide
- Resolved