mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-27 14:54:52 +02:00
8331670: Deprecate the Memory-Access Methods in sun.misc.Unsafe for Removal
Reviewed-by: mcimadamore, jpai, pminborg
This commit is contained in:
parent
51ae08f72b
commit
0f3e2cc334
8 changed files with 1229 additions and 84 deletions
|
@ -212,7 +212,11 @@ java.launcher.X.usage=\n\
|
|||
\ --finalization=<value>\n\
|
||||
\ controls whether the JVM performs finalization of objects,\n\
|
||||
\ where <value> is one of "enabled" or "disabled".\n\
|
||||
\ Finalization is enabled by default.\n\n\
|
||||
\ Finalization is enabled by default.\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\
|
||||
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