8279179: Update nroff pages in JDK 18 before RC

Reviewed-by: iris, mchung
This commit is contained in:
Jonathan Gibbons 2022-01-21 23:18:37 +00:00
parent 03680bea1c
commit 7d2ef9d984
3 changed files with 34 additions and 2 deletions

View file

@ -512,6 +512,15 @@ of the release.
.RS
.RE
.TP
.B \f[CB]\-\-finalization=\f[R]\f[I]value\f[R]
Controls whether the JVM performs finalization of objects.
Valid values are "enabled" and "disabled".
Finalization is enabled by default, so the value "enabled" does nothing.
The value "disabled" disables finalization, so that no finalizers are
invoked.
.RS
.RE
.TP
.B \f[CB]\-\-module\-path\f[R] \f[I]modulepath\f[R]... or \f[CB]\-p\f[R] \f[I]modulepath\f[R]
A semicolon (\f[CB];\f[R]) separated list of directories in which each
directory is a directory of modules.