mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8342380: Implement JEP 498: Warn upon Use of Memory-Access Methods in sun.misc.Unsafe
Reviewed-by: vklang, jpai
This commit is contained in:
parent
fc2da15bce
commit
f0b72f728d
4 changed files with 24 additions and 19 deletions
|
@ -218,7 +218,7 @@ java.launcher.X.usage=\n\
|
|||
\ --sun-misc-unsafe-memory-access=<value>\n\
|
||||
\ allow or deny usage of unsupported API sun.misc.Unsafe\n\
|
||||
\ <value> is one of "allow", "warn", "debug", or "deny".\n\
|
||||
\ The default value is "allow".\n\n\
|
||||
\ The default value is "warn".\n\n\
|
||||
These extra options are subject to change without notice.\n
|
||||
|
||||
# Translators please note do not translate the options themselves
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue