src/java.base/share/native/libjli/java.c
changeset 55080 ef713640430e
parent 55000 f11f2a4210b5
child 55193 5f9ef936707c
child 58678 9cf78a70fa4f
--- a/src/java.base/share/native/libjli/java.c	Wed May 22 10:11:04 2019 +0200
+++ b/src/java.base/share/native/libjli/java.c	Wed May 29 08:21:33 2019 -0400
@@ -1437,6 +1437,10 @@
         } else if (JLI_StrCmp(arg, "-verifyremote") == 0) {
             AddOption("-Xverify:remote", NULL);
         } else if (JLI_StrCmp(arg, "-noverify") == 0) {
+            /*
+             * Note that no 'deprecated' message is needed here because the VM
+             * issues 'deprecated' messages for -noverify and -Xverify:none.
+             */
             AddOption("-Xverify:none", NULL);
         } else if (JLI_StrCCmp(arg, "-ss") == 0 ||
                    JLI_StrCCmp(arg, "-oss") == 0 ||