author | ohair |
Tue, 07 Sep 2010 15:51:45 -0700 | |
changeset 6410 | 42a9ca2788e9 |
parent 5506 | 202f599c92aa |
child 7668 | d4a77089c587 |
permissions | -rw-r--r-- |
4681
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
1 |
# |
5506 | 2 |
# Copyright (c) 2009, Oracle and/or its affiliates. All rights reserved. |
4681
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
3 |
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. |
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
4 |
# |
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
5 |
# This code is free software; you can redistribute it and/or modify it |
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
6 |
# under the terms of the GNU General Public License version 2 only, as |
5506 | 7 |
# published by the Free Software Foundation. Oracle designates this |
4681
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
8 |
# particular file as subject to the "Classpath" exception as provided |
5506 | 9 |
# by Oracle in the LICENSE file that accompanied this code. |
4681
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
10 |
# |
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
11 |
# This code is distributed in the hope that it will be useful, but WITHOUT |
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
12 |
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or |
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
13 |
# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License |
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
14 |
# version 2 for more details (a copy is included in the LICENSE file that |
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
15 |
# accompanied this code). |
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
16 |
# |
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
17 |
# You should have received a copy of the GNU General Public License version |
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
18 |
# 2 along with this work; if not, write to the Free Software Foundation, |
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
19 |
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. |
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
20 |
# |
5506 | 21 |
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA |
22 |
# or visit www.oracle.com if you need additional information or have any |
|
23 |
# questions. |
|
4681
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
24 |
# |
7d382dfe6e55
6916217: make/modules/Makefile requires ALT_JDK_IMPORT_PATH
mchung
parents:
4524
diff
changeset
|
25 |
|
4524 | 26 |
# public final java.nio.channels.SocketChannel getChannel() |
27 |
@Optional |
|
28 |
sun.security.ssl.BaseSSLSocketImpl -> java.nio.channels.SocketChannel |
|
29 |
||
30 |
# public XMLDecoder(java.io.InputStream) |
|
31 |
# public XMLDecoder(java.io.InputStream, java.lang.Object) |
|
32 |
# public XMLDecoder(java.io.InputStream, java.lang.Object, java.beans.ExceptionListener) |
|
33 |
# public XMLDecoder(java.io.InputStream, java.lang.Object, java.beans.ExceptionListener, java.lang.ClassLoader) |
|
34 |
# public XMLDecoder(org.xml.sax.InputSource) |
|
35 |
@Optional |
|
36 |
java.beans.XMLDecoder -> com.sun.beans.decoder.DocumentHandler |
|
37 |
java.beans.XMLDecoder -> org.xml.sax.InputSource |
|
38 |
||
39 |
# public static org.xml.sax.helpers.DefaultHandler createHandler(java.lang.Object, java.beans.ExceptionListener, java.lang.ClassLoader) |
|
40 |
@Optional |
|
41 |
java.beans.XMLDecoder -> com.sun.beans.decoder.DocumentHandler |
|
42 |
java.beans.XMLDecoder -> org.xml.sax.helpers.DefaultHandler |
|
43 |
||
44 |
# public final java.nio.channels.FileChannel getChannel() |
|
45 |
@Optional |
|
46 |
java.net.SocketInputStream -> java.nio.channels.FileChannel |
|
47 |
||
48 |
# public final java.nio.channels.FileChannel getChannel() |
|
49 |
@Optional |
|
50 |
java.net.SocketOutputStream -> java.nio.channels.FileChannel |
|
51 |
||
52 |
# public Scanner(java.io.File) |
|
53 |
# public Scanner(java.io.File, java.lang.String) |
|
54 |
@Optional |
|
55 |
java.util.Scanner -> java.nio.channels.ReadableByteChannel |
|
56 |
java.util.Scanner -> java.nio.channels.Channels |
|
57 |
||
58 |
# public Scanner(java.nio.file.FileRef) |
|
59 |
# public Scanner(java.nio.file.FileRef, java.lang.String) |
|
60 |
@Optional |
|
61 |
java.util.Scanner -> java.nio.file.FileRef |
|
62 |
java.util.Scanner -> java.nio.file.OpenOption |
|
63 |
||
64 |
# public Scanner(java.nio.channels.ReadableByteChannel) |
|
65 |
# public Scanner(java.nio.channels.ReadableByteChannel, java.lang.String) |
|
66 |
@Optional |
|
67 |
java.util.Scanner -> java.nio.channels.ReadableByteChannel |
|
68 |
java.util.Scanner -> java.nio.channels.Channels |
|
69 |
||
70 |
# private static void loadSnmpAgent(java.lang.String, java.util.Properties) |
|
71 |
@Optional |
|
72 |
sun.management.Agent -> sun.management.snmp.AdaptorBootstrap |
|
73 |
||
74 |
# public void connect() |
|
75 |
@Optional |
|
76 |
sun.net.www.protocol.http.HttpURLConnection -> java.net.SecureCacheResponse |
|
77 |
||
78 |
# private static sun.security.util.PermissionFactory<?> permissionFactory() |
|
79 |
@Optional |
|
80 |
sun.security.util.SecurityConstants$AWT -> sun.awt.AWTPermissionFactory |
|
81 |
||
82 |
# sun.util.logging.LoggingSupport |
|
83 |
@Optional |
|
84 |
sun.util.logging.LoggingSupport -> java.util.logging.LoggingProxyImpl |
|
85 |
||
86 |
# public java.nio.channels.DatagramChannel getChannel() |
|
87 |
@Optional |
|
88 |
java.net.DatagramSocket -> java.nio.channels.DatagramChannel |
|
89 |
||
90 |
# public java.nio.channels.SocketChannel getChannel() |
|
91 |
@Optional |
|
92 |
java.net.Socket -> java.nio.channels.SocketChannel |
|
93 |
||
94 |
# public java.nio.channels.ServerSocketChannel getChannel() |
|
95 |
@Optional |
|
96 |
java.net.ServerSocket -> java.nio.channels.ServerSocketChannel |
|
97 |
||
98 |
# public final java.nio.channels.FileChannel getChannel() |
|
99 |
@Optional |
|
100 |
java.io.RandomAccessFile -> java.nio.channels.FileChannel |
|
101 |
java.io.RandomAccessFile -> sun.nio.ch.FileChannelImpl |
|
102 |
||
103 |
# public static sun.nio.cs.StreamDecoder forDecoder(java.nio.channels.ReadableByteChannel, java.nio.charset.CharsetDecoder, int) |
|
104 |
@Optional |
|
105 |
sun.nio.cs.StreamDecoder -> java.nio.channels.ReadableByteChannel |
|
106 |
||
107 |
# private static java.nio.channels.FileChannel getChannel(java.io.FileInputStream) |
|
108 |
# StreamDecoder(java.io.InputStream, java.lang.Object, java.nio.charset.CharsetDecoder) |
|
109 |
@Optional |
|
110 |
sun.nio.cs.StreamDecoder -> java.nio.channels.FileChannel |
|
111 |
||
112 |
# StreamDecoder(java.nio.channels.ReadableByteChannel, java.nio.charset.CharsetDecoder, int) |
|
113 |
@Optional |
|
114 |
sun.nio.cs.StreamDecoder -> java.nio.channels.ReadableByteChannel |
|
115 |
||
116 |
# public static java.io.File createTemporaryFile(java.lang.String, java.lang.String, java.nio.file.attribute.FileAttribute<?>[]) |
|
117 |
@Optional |
|
118 |
java.io.File -> java.io.TempFileHelper |
|
119 |
java.io.File -> java.nio.file.attribute.FileAttribute |
|
120 |
||
121 |
# public java.nio.file.Path toPath() |
|
122 |
@Optional |
|
123 |
java.io.File -> java.nio.file.Paths |
|
124 |
java.io.File -> java.nio.file.Path |
|
125 |
||
126 |
# public static sun.nio.cs.StreamEncoder forEncoder(java.nio.channels.WritableByteChannel, java.nio.charset.CharsetEncoder, int) |
|
127 |
# private StreamEncoder(java.nio.channels.WritableByteChannel, java.nio.charset.CharsetEncoder, int) |
|
128 |
@Optional |
|
129 |
sun.nio.cs.StreamEncoder -> java.nio.channels.WritableByteChannel |
|
130 |
||
131 |
# public java.nio.channels.FileChannel getChannel() |
|
132 |
@Optional |
|
133 |
java.io.FileOutputStream -> java.nio.channels.FileChannel |
|
134 |
java.io.FileOutputStream -> sun.nio.ch.FileChannelImpl |
|
135 |
||
136 |
# public java.nio.channels.FileChannel getChannel() |
|
137 |
@Optional |
|
138 |
java.io.FileInputStream -> java.nio.channels.FileChannel |
|
139 |
java.io.FileInputStream -> sun.nio.ch.FileChannelImpl |
|
140 |
||
141 |
# public void loadFromXML(java.io.InputStream) |
|
142 |
# public void storeToXML(java.io.OutputStream, java.lang.String, java.lang.String) |
|
143 |
@Optional |
|
144 |
java.util.Properties -> java.util.XMLUtils |
|
145 |
||
146 |
# public static java.nio.channels.Channel inheritedChannel() |
|
147 |
@Optional |
|
148 |
java.lang.System -> java.nio.channels.Channel |
|
149 |
java.lang.System -> java.nio.channels.spi.SelectorProvider |