Versions Compared

Key

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

...

For example, if your application's startup script attempts to launch the JDK 9 JVM providing an unrecognized -XX:MaxPermSize=256m option, the JDK 9 JVM will exit with an error message like:

Unrecognized VM option 'MaxPermSize=256m'

...

Removing the unrecognized VM option from its startup script would allow the application to proceed.

...