Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8097121

Replace sun.misc.BASE64* with java.util.Base64

XMLWordPrintable

      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.

            kcr Kevin Rushforth
            kcr Kevin Rushforth
            Votes:
            0 Vote for this issue
            Watchers:
            6 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported: