-
Sub-task
-
Resolution: Delivered
-
P4
-
24
The `-verbosegc`, `-noclassgc`, `-verify`, `-verifyremote`, `-ss`, `-ms`, and `-mx` options of the `java` command are deprecated for removal. Usage of any of these options when launching `java` will now log a deprecation warning.
Applications may consider replacing usages of these options with the following:
| Deprecated | Replacement |
| ------------------------- | ------------------------- |
| `-verbosegc` | `-verbose:gc` |
| `-noclassgc` | `-Xnoclassgc` |
| `-verify` | `-Xverify:all` |
| `-verifyremote` | `-Xverify:remote` |
| `-ss` | `-Xss` |
| `-ms` | `-Xms` |
| `-mx` | `-Xmx` |
Applications may consider replacing usages of these options with the following:
| Deprecated | Replacement |
| ------------------------- | ------------------------- |
| `-verbosegc` | `-verbose:gc` |
| `-noclassgc` | `-Xnoclassgc` |
| `-verify` | `-Xverify:all` |
| `-verifyremote` | `-Xverify:remote` |
| `-ss` | `-Xss` |
| `-ms` | `-Xms` |
| `-mx` | `-Xmx` |