Versions Compared

Key

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

...

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 packages.

Changed

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

...