-
Sub-task
-
Resolution: Delivered
-
P4
-
24
The `java` command no longer accepts the `-t`, `-tm`, `-Xfuture`, `-checksource`, `-cs`, and `-noasyncgc` options.
These options are henceforth treated as unrecognized and usage of any of these options will lead to an error resulting in a failure to launch `java`. Applications that were launching `java` with the `-Xfuture` option may consider using `-Xverify:all` in its place - the rest of the options have no replacements.
These options are henceforth treated as unrecognized and usage of any of these options will lead to an error resulting in a failure to launch `java`. Applications that were launching `java` with the `-Xfuture` option may consider using `-Xverify:all` in its place - the rest of the options have no replacements.