JDK-8171954 : Add stubs for sun.security.tools.KeyTool and sun.security.tools.JarSigner
  • Type: Bug
  • Component: tools
  • Affected Version: OpenJDK6
  • Priority: P4
  • Status: Resolved
  • Resolution: Fixed
  • Submitted: 2016-12-23
  • Updated: 2020-05-16
  • Resolved: 2020-05-16
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
OpenJDK6 b41Fixed
Related Reports
Relates :  
Description
7194449 moves keytool and jarsigner into their own packages and so they are now invoked by sun.security.tools.keytool.Main and sun.security.tools.jarsigner.Main.

For backwards compatibility, we should provide stubs which redirect calls to the old main methods to the new ones.

Comments
https://hg.openjdk.java.net/jdk6/jdk6/jdk/rev/891362ac158b
16-05-2020