-
Bug
-
Resolution: Fixed
-
P3
-
6
-
b26
-
generic
-
generic
In Mustang, we plan to remove sun.io. The contents of this internal API have
been deprecated in favor of java.nio.charset which was introduced in Merlin.
As of Tiger, the old sun.io converters redirect to the new API. Use of
the old converters will result in a deprecation warning at compile time.
The following list of files from the j2se workspace have been identified as
depending on sun.io:
src/share/classes/sun/awt/datatransfer/DataTransferer.java
These files (and any others which use sun.io) need to be converted to use the
new java.nio APIs in Dragonfly so that sun.io can be deleted in an early
promotion of Mustang.
-- iag@sfbay 2003-11-13
been deprecated in favor of java.nio.charset which was introduced in Merlin.
As of Tiger, the old sun.io converters redirect to the new API. Use of
the old converters will result in a deprecation warning at compile time.
The following list of files from the j2se workspace have been identified as
depending on sun.io:
src/share/classes/sun/awt/datatransfer/DataTransferer.java
These files (and any others which use sun.io) need to be converted to use the
new java.nio APIs in Dragonfly so that sun.io can be deleted in an early
promotion of Mustang.
-- iag@sfbay 2003-11-13
- relates to
-
JDK-6236722 JCK1.5a: /api/java_awt/datatransfer/DataFlavor/BestTests[DataFlavor2024,DataFlavor2025] failed
- Closed
-
JDK-4948149 (cs) deprecate old sun.io converters
- Resolved
-
JDK-6228568 (cs) Charset.forName() throws inaccurate/inappropriate exception when null is the charset name
- Resolved