mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8331671: Implement JEP 472: Prepare to Restrict the Use of JNI
Reviewed-by: jpai, prr, ihse, kcr, alanb
This commit is contained in:
parent
ce83f6af64
commit
20d8f58c92
107 changed files with 551 additions and 182 deletions
|
@ -65,6 +65,11 @@ java.launcher.opt.footer = \
|
|||
\ --enable-native-access <module name>[,<module name>...]\n\
|
||||
\ allow code in modules to access code and data outside the Java runtime.\n\
|
||||
\ <module name> can also be ALL-UNNAMED to indicate code on the class path.\n\
|
||||
\ --illegal-native-access=<value>\n\
|
||||
\ allow or deny access to code and data outside the Java runtime\n\
|
||||
\ by code in modules for which native access is not explicitly enabled.\n\
|
||||
\ <value> is one of "deny", "warn" or "allow". The default value is "warn".\n\
|
||||
\ This option will be removed in a future release.\n\
|
||||
\ --list-modules\n\
|
||||
\ list observable modules and exit\n\
|
||||
\ -d <module name>\n\
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue