mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8216417: cleanup of IPv6 scope-id handling
Reviewed-by: alanb, chegar, dfuchs
This commit is contained in:
parent
04ea6ae9b3
commit
247a6a2ce4
23 changed files with 761 additions and 595 deletions
|
@ -176,11 +176,6 @@ public final
|
|||
class Inet6Address extends InetAddress {
|
||||
static final int INADDRSZ = 16;
|
||||
|
||||
/*
|
||||
* cached scope_id - for link-local address use only.
|
||||
*/
|
||||
private transient int cached_scope_id; // 0
|
||||
|
||||
private class Inet6AddressHolder {
|
||||
|
||||
private Inet6AddressHolder() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue