-
Bug
-
Resolution: Fixed
-
P3
-
8
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.
- relates to
-
JDK-8088990 Unit test failure in ImageToDataURL test
-
- Open
-