Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-8214719 Deprecate -Xverify:none option
  3. JDK-8230630

Release Note: Deprecated Java Options -Xverify:none and -noverify

XMLWordPrintable

    • Verified

      The Java options `-Xverify:none` and `-noverify` have been deprecated in this release. The options will continue to work as intended but will generate the following warning when used:

           warning: Options -Xverify:none and -noverify were deprecated in JDK 13 and will likely be removed in a future release.

      Deprecating these options helps prevent users from running code that violates the JVM Specification, which can leave their applications open to malicious code.

      Users who need to run without startup verification can use AppCDS to archive their classes. The classes are verified during archiving and avoid verification at runtime.

      Note that if you encounter issues while using either of these options, it is very likely that you will be required to reproduce the problem without using these options before Oracle Support can assist with an investigation.

            hseigel Harold Seigel (Inactive)
            rcalnan Roger Calnan
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

              Created:
              Updated:
              Resolved: