8224763: Update man pages to show deprecation of -Xverify:none

Add the appropriate deprecation text

Reviewed-by: dholmes, lfoltan
This commit is contained in:
Harold Seigel 2019-05-29 08:21:33 -04:00
parent 02958a41ef
commit cf48689855
3 changed files with 10 additions and 2 deletions

View file

@ -1,5 +1,5 @@
#
# Copyright (c) 2007, 2018, Oracle and/or its affiliates. All rights reserved.
# Copyright (c) 2007, 2019, Oracle and/or its affiliates. All rights reserved.
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
#
# This code is free software; you can redistribute it and/or modify it
@ -166,6 +166,8 @@ java.launcher.X.usage=\n\
\ configuration and continue\n\
\ -Xss<size> set java thread stack size\n\
\ -Xverify sets the mode of the bytecode verifier\n\
\ Note that option -Xverify:none is deprecated and\n\
\ may be removed in a future release.\n\
\ --add-reads <module>=<target-module>(,<target-module>)*\n\
\ updates <module> to read <target-module>, regardless\n\
\ of module declaration. \n\