Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8286851 Deprecate for removal several of the undocumented java launcher options
  3. JDK-8348874

Release Note: The java Command Line Options `-verbosegc`, `-noclassgc`, `-verify`, `-verifyremote`, `-ss`, `-ms` and `-mx` Are Deprecated for Removal

XMLWordPrintable

      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` |





            jpai Jaikiran Pai
            jpai Jaikiran Pai
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: