mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 23:34:52 +02:00
8276422: Add command-line option to disable finalization
Co-authored-by: David Holmes <dholmes@openjdk.org> Co-authored-by: Brent Christian <bchristi@openjdk.org> Reviewed-by: dholmes, kbarrett, bchristi
This commit is contained in:
parent
ec7cb6d5d3
commit
d7ad546758
13 changed files with 265 additions and 17 deletions
|
@ -194,7 +194,10 @@ java.launcher.X.usage=\n\
|
|||
\ override or augment a module with classes and resources\n\
|
||||
\ in JAR files or directories.\n\
|
||||
\ --source <version>\n\
|
||||
\ set the version of the source in source-file mode.\n\n\
|
||||
\ set the version of the source in source-file mode.\n\
|
||||
\ --finalization=<value>\n\
|
||||
\ controls finalization\n\
|
||||
\ <value> is one of "enabled" or "disabled"\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