author | chegar |
Fri, 21 Jan 2011 17:02:57 +0000 | |
changeset 7995 | 8168047d48c2 |
parent 2 | jdk/test/java/net/InetAddress/META-INF/services/sun.net.spi.nameservice.NameServiceDescriptor@90ce3da70b43 |
child 9734 | b33a24d77590 |
permissions | -rw-r--r-- |
7995
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
1 |
# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved. |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
2 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
3 |
# |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
4 |
# This code is free software; you can redistribute it and/or modify it |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
5 |
# under the terms of the GNU General Public License version 2 only, as |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
6 |
# published by the Free Software Foundation. |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
7 |
# |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
8 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
9 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
10 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
11 |
# version 2 for more details (a copy is included in the LICENSE file that |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
12 |
# accompanied this code). |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
13 |
# |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
14 |
# You should have received a copy of the GNU General Public License version |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
15 |
# 2 along with this work; if not, write to the Free Software Foundation, |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
16 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
17 |
# |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
18 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
19 |
# or visit www.oracle.com if you need additional information or have any |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
20 |
# questions |
8168047d48c2
7012768: InetAddress lookupTable leaks/deadlocks when using unsupported name service spi
chegar
parents:
2
diff
changeset
|
21 |
|
2 | 22 |
Simple1NameServiceDescriptor |
23 |
Simple2NameServiceDescriptor |