Remove static dependency on sun.misc.BASE64Decoder BASE64Encoder

XMLWordPrintable

    • Type: Bug
    • Resolution: Fixed
    • Priority: P3
    • 9
    • Affects Version/s: 9
    • Component/s: deploy
    • b97

      Good work was done in JDK-8066776 to remove the runtime dependency on sun.misc.BASE64Decoder and BASE64Encoder, but there is still a static dependency on these types in jdk.deploy/share/classes/com/sun/deploy/util/Base64Wrapper.java. This will be a problem when these types are removed in JDK-8144479.

      The solution is to access the coders reflectively.

            Assignee:
            Chris Hegarty
            Reporter:
            Chris Hegarty
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: