JDK-8173849 : [TEST] Fix use of java.util.Base64 in test cases
  • Type: Bug
  • Component: infrastructure
  • Affected Version: openjdk7u
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • OS: generic
  • CPU: generic
  • Submitted: 2017-02-02
  • Updated: 2017-02-22
  • Resolved: 2017-02-22
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
Other
openjdk7u masterFixed
Related Reports
Relates :  
Description
Some backported test cases in OpenJDK 7 still use the Java 8 java.util.Base64 API. They should instead use the old internal implementation in sun.misc.BASE64Encoder/Decoder