-
Type:
Bug
-
Resolution: Fixed
-
Priority:
P3
-
Affects Version/s: 8
-
Component/s: javafx
JavaFX is using the following internal base64 classes from sun.misc:
sun.misc.BASE64Decoder
sun.misc.BASE64Encoder
These can and should be replaced by using the public java.util.Base64 class. This will be required for JDK 9 when the module system is enabled, but is a good bit of cleanup for 8, so I will target this for 8u60.
sun.misc.BASE64Decoder
sun.misc.BASE64Encoder
These can and should be replaced by using the public java.util.Base64 class. This will be required for JDK 9 when the module system is enabled, but is a good bit of cleanup for 8, so I will target this for 8u60.
- is cloned by
-
JDK-8371157 [android] Replace sun.misc.BASE64* with java.util.Base64
-
- Open
-
- relates to
-
JDK-8088990 Unit test failure in ImageToDataURL test
-
- Open
-