Versions Compared

Key

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

...

JEP 268 may affect code using the existing internal catalog implementation. Existing libraries or applications that use the internal API will need to migrate to the new API in order to take advantage of the new features.

Platform-Specific Desktop Features

JEP 272 may affect code that uses internal classes in the apple & com.apple packages and their sub-packages. It is not intended to provide direct replacements for all of the internal OS X APIs present in JDK 8. Existing libraries or applications that use the internal API will need to migrate to the new API. Specifically, the JEP will not provide a replacement for com.apple.concurrent and apple.applescript package.

Changed

Arrays.asList(x).toArray() returns Object[]

...