Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JDK 9 is more restricted on calling sun.* public methods but we know there are users calling sun.security.tools.jarsigner.Main to sign jar files. A new API is proposed for this very purpose in OpenJDK. Feedback on this API should be provided on the security-dev mailing list.

Public API for internal Swing classes

According to the JEP 200: The Modular JDK we expect that classes from internal packages (like sun.swing) will not be accessible. If you are using the internal Swing API and it is not possible to replace it by public API, please provide feedback on the swing-dev mailing list.

Other potential changes to consider

...